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

Commit 6729bce6 authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

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

parents babb0276 cb3472fa
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"],