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

Commit f1e27502 authored by Jiyong Park's avatar Jiyong Park Committed by Gerrit Code Review
Browse files

Merge "don't include liblog to APEXes"

parents ac72606f 95b6f45b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,6 @@ cc_binary {
        "libcrypto_utils",
        "libcutils_sockets",
        "libdiagnose_usb",
        "liblog",
        "libmdnssd",
        "libminijail",
        "libprotobuf-cpp-lite",
@@ -603,6 +602,7 @@ cc_binary {
        "libadbd_auth",
        "libadbd_fs",
        "libcrypto",
        "liblog",
    ],

    target: {
+5 −1
Original line number Diff line number Diff line
@@ -121,8 +121,12 @@ cc_library {
    logtags: ["event.logtags"],
    compile_multilib: "both",
    apex_available: [
        "//apex_available:anyapex",
        "//apex_available:platform",
        // liblog is exceptionally available to the runtime APEX
        // because the dynamic linker has to use it statically.
        // See b/151051671
        "com.android.runtime",
        // DO NOT add more apex names here
    ],
}

+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ cc_defaults {
    header_libs: ["libstatssocket_headers"],
    static_libs: [
        "libbase",
    ],
    shared_libs: [
        "liblog",
        "libutils",
    ],