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:
parent
4e5fddd5f5
commit
aedef73b9c
|
@ -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 \
|
||||
|
|
|
@ -96,7 +96,7 @@ cc_test {
|
|||
static_libs: ["libmemunreachable"],
|
||||
shared_libs: [
|
||||
"libbinder",
|
||||
"libhwbinder",
|
||||
"libhidlbase",
|
||||
"libutils",
|
||||
],
|
||||
test_suites: ["device-tests"],
|
||||
|
|
Loading…
Reference in New Issue