use libbase as shared_libs

so that libbase handles liblog symbols using dlsym.

Bug: 149569129
Test: build
Change-Id: I27a0968175625f91fc83438243b8f00e3ea36aec
gugelfrei
Jooyung Han 4 years ago
parent 80ec0df4a2
commit fce3ecda18

@ -13,6 +13,9 @@ cc_library {
"libsonivox", "libsonivox",
"libstagefright_foundation", "libstagefright_foundation",
"libwatchdog", "libwatchdog",
],
shared_libs: [
"libbase", "libbase",
] ],
} }

@ -10,6 +10,7 @@ cc_library {
], ],
shared_libs: [ shared_libs: [
"libbase",
"libcgrouprc#29", "libcgrouprc#29",
"libvndksupport#29", "libvndksupport#29",
], ],
@ -28,7 +29,6 @@ cc_library {
"android.hidl.memory@1.0", "android.hidl.memory@1.0",
"android.hidl.token@1.0", "android.hidl.token@1.0",
"android.hidl.token@1.0-utils", "android.hidl.token@1.0-utils",
"libbase",
"libcutils", "libcutils",
"libhidlbase", "libhidlbase",
"libhidlmemory", "libhidlmemory",

@ -19,10 +19,8 @@ cc_library {
], ],
export_include_dirs: ["include"], export_include_dirs: ["include"],
shared_libs: [ shared_libs: [
"liblog",
],
static_libs: [
"libbase", "libbase",
"liblog",
], ],
target: { target: {
windows: { windows: {

Loading…
Cancel
Save