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

Commit c44d5365 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

am: 984538bf

Change-Id: Ia783fc81ac68006192c0932871979a0ffe081879
parents 4d18e06c 984538bf
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"],