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

Commit 72dc3906 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

don't include liblog to APEXes am: dd938dde am: edafe734 am: f8c72c5c am: a3df1de1

Change-Id: If709230e159c9d8de1721d486267c4e70d594b09
parents 7298a89c a3df1de1
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ cc_library {
        "libbase",
        "libcutils",
        "libjsoncpp",
        "liblog", //Used by libstatslog_resolv
        "libnetdutils",
        "libprotobuf-cpp-lite",
        "libstatslog_resolv",
@@ -95,9 +94,15 @@ cc_library {
    // integrity check (against a checksum) that is not supported for static
    // libs. See http://b/141248879
    // We're also adding libssl here to treat it consistently.
    // liblog is added as a shared library because it provides stable C API
    // from the platform; we don't need to include it in this module by
    // statically linking to it. Doing so is even dangerous because the socket
    // protocol to logd implemented in the library isn't guaranteed to be
    // stable. See b/151051671
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "liblog", //Used by libstatslog_resolv
        "libssl",
    ],
    header_libs: [