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

Commit 984538bf authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Don't use libs when header_libs is enough"

am: 6729bce6

Change-Id: I5933eefba78d0ed3f235eebd64bbe9c8a4eaf06c
parents 042adbb7 6729bce6
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"],