Merge "libhwbinder users use libhidlbase" into qt-dev

am: 490f1cf074

Change-Id: Ib20f4dc87cb2aea1350af98be9bb65eb7575a6fd
This commit is contained in:
Steven Moreland 2019-06-20 13:09:55 -07:00 committed by android-build-merger
commit 451e764bdc
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

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