Merge "recovery uses IHealth::getService"

This commit is contained in:
Yifan Hong
2018-08-14 21:06:58 +00:00
committed by Gerrit Code Review
3 changed files with 32 additions and 62 deletions
-13
View File
@@ -154,18 +154,6 @@ libupdater_static_libraries := \
libtune2fs \
$(tune2fs_static_libraries)
health_hal_static_libraries := \
android.hardware.health@2.0-impl \
android.hardware.health@2.0 \
android.hardware.health@1.0 \
android.hardware.health@1.0-convert \
libhealthstoragedefault \
libhidltransport \
libhidlbase \
libhwbinder_noltopgo \
libvndksupport \
libbatterymonitor
librecovery_static_libraries := \
librecovery \
libbootloader_message \
@@ -175,7 +163,6 @@ librecovery_static_libraries := \
libminui \
libverifier \
libotautil \
$(health_hal_static_libraries) \
libcrypto_utils \
libcrypto \
libext4_utils \