Merge "libhwbinder users use libhidlbase" into qt-dev

This commit is contained in:
Steven Moreland 2019-06-20 19:09:01 +00:00 committed by Android (Google) Code Review
commit 490f1cf074
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"],