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

Commit fce3ecda authored by Jooyung Han's avatar Jooyung Han
Browse files

use libbase as shared_libs

so that libbase handles liblog symbols using dlsym.

Bug: 149569129
Test: build
Change-Id: I27a0968175625f91fc83438243b8f00e3ea36aec
parent 80ec0df4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ cc_library {
        "libsonivox",
        "libstagefright_foundation",
        "libwatchdog",
    ],

    shared_libs: [
        "libbase",
    ]
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ cc_library {
    ],

    shared_libs: [
        "libbase",
        "libcgrouprc#29",
        "libvndksupport#29",
    ],
@@ -28,7 +29,6 @@ cc_library {
        "android.hidl.memory@1.0",
        "android.hidl.token@1.0",
        "android.hidl.token@1.0-utils",
        "libbase",
        "libcutils",
        "libhidlbase",
        "libhidlmemory",
+1 −3
Original line number Diff line number Diff line
@@ -19,10 +19,8 @@ cc_library {
    ],
    export_include_dirs: ["include"],
    shared_libs: [
        "liblog",
    ],
    static_libs: [
        "libbase",
        "liblog",
    ],
    target: {
        windows: {