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

Commit cb3472fa authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Don't use libs when header_libs is enough

Replace libbase and libutils with their _headers counterparts, and
remove libcutils altogether since it wasnt used.

Test: build

Change-Id: Icd57c1845f5924994bd5f8d63f270aefd75b6379
parent 990c9f27
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -24,11 +24,13 @@ cc_library {
        "IPCThreadStateBase.cpp",
    ],

    header_libs: [
        "libbase_headers",
        "libutils_headers",
    ],

    shared_libs: [
        "libbase",
        "liblog",
        "libcutils",
        "libutils",
    ],

    export_include_dirs: ["include"],