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",
"libstagefright_foundation",
"libwatchdog",
],
shared_libs: [
"libbase",
]
],
}

@ -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",

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

Loading…
Cancel
Save