diff --git a/healthd/Android.mk b/healthd/Android.mk index d18f15a0c..05123af80 100644 --- a/healthd/Android.mk +++ b/healthd/Android.mk @@ -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 \ diff --git a/libmemunreachable/Android.bp b/libmemunreachable/Android.bp index b78a4c435..8f01e5015 100644 --- a/libmemunreachable/Android.bp +++ b/libmemunreachable/Android.bp @@ -96,7 +96,7 @@ cc_test { static_libs: ["libmemunreachable"], shared_libs: [ "libbinder", - "libhwbinder", + "libhidlbase", "libutils", ], test_suites: ["device-tests"],