Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc413663 authored by Jooyung Han's avatar Jooyung Han
Browse files

Re-export headers of libbinder from libinstalld

Installd_utils_test includes InstalldNativeService(from libinstalld)
which includes AIDL-generated BnInstalld(depends on libbinder).

We need either to export libbinder headers from libinstalld or to add
libbinder as dependency to installd_utils_test.

This change re-exports libbinder headers from libinstalld so that its
clients(installd_utils_test in this case) can use it without additional
deps.

Bug: none
Test: m
Change-Id: I2981e46ee16337d9c9354e1f32b007966b6aa78c
parent caede598
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@ cc_defaults {
        "libutils",
        "server_configurable_flags",
    ],
    export_shared_lib_headers: [
        "libbinder",
    ],

    product_variables: {
        arc: {