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

Commit 4c2eda54 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

am: c44d5365

Change-Id: I0d32efa734b47004b47deb236f4845efaa3af463
parents 274b3465 c44d5365
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"],