libhwbinder users use libhidlbase

libhwbinder symbols are being moved into libhidlbase in order to
optimize linking/memory usage. libhwbinder will no longer be
required in the future (however removing references to it will come
separately).

Bug: 134961554
Test: boot
Change-Id: I2b9a4fb9d87913b6c0e4291d3debadbf27511111
This commit is contained in:
Steven Moreland 2019-06-17 17:20:03 -07:00
parent 4e5fddd5f5
commit aedef73b9c
2 changed files with 1 additions and 3 deletions

View File

@ -93,7 +93,6 @@ CHARGER_STATIC_LIBRARIES := \
libbinderthreadstate \
libhidltransport \
libhidlbase \
libhwbinder_noltopgo \
libhealthstoragedefault \
libvndksupport \
libhealthd_charger \
@ -152,7 +151,6 @@ LOCAL_STATIC_LIBRARIES := \
libbinderthreadstate \
libhidltransport \
libhidlbase \
libhwbinder_noltopgo \
libhealthstoragedefault \
libvndksupport \
libhealthd_charger_nops \

View File

@ -96,7 +96,7 @@ cc_test {
static_libs: ["libmemunreachable"],
shared_libs: [
"libbinder",
"libhwbinder",
"libhidlbase",
"libutils",
],
test_suites: ["device-tests"],