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

Commit 1faf78e3 authored by Jaekyun Seok's avatar Jaekyun Seok Committed by android-build-merger
Browse files

Merge "Use shared lib of libutils, libz and libbase." am: 4bf9c828 am: 70f6d587 am: 3b00f1cc

am: da100377

Change-Id: I947f7edc8e3ef3c56502387e2b764a3826244025
parents c7f2e892 da100377
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ cc_library {
        "liblog",
        "libcutils",
        "libnativebridge",
        "libbase",
    ],
    static_libs: ["libbase"],
    target: {
        android: {
            shared_libs: ["libdl"],
+4 −2
Original line number Diff line number Diff line
@@ -57,11 +57,13 @@ cc_library {
    name: "libziparchive",
    host_supported: true,
    defaults: ["libziparchive_defaults", "libziparchive_flags"],
    static_libs: ["libutils"],
    shared_libs: ["liblog", "libbase"],
    target: {
        android: {
            static_libs: ["libz"],
            shared_libs: ["libz", "libutils"],
        },
        host: {
            static_libs: ["libutils"],
        },
        linux_bionic: {
            static_libs: ["libz"],