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

Commit 4284205e authored by Jiyong Park's avatar Jiyong Park
Browse files

Change export_include_dirs into export_header_lib_headers

Remove the duplicated information that headers for libbinder is in the
'include' dir.

Test: m -j
Change-Id: I5527c2709ff9d3a996c619f973345e61407cd3f0
parent 9fbfad0b
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -74,13 +74,18 @@ cc_library {
        "libcutils",
        "libutils",
    ],

    header_libs: [
        "libbinder_headers",
    ],

    export_shared_lib_headers: [
        "libbase",
        "libutils",
    ],

    export_include_dirs: [
        "include",
    export_header_lib_headers: [
        "libbinder_headers",
    ],

    clang: true,