summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-11-08 23:56:03 +0100
committerYifan Hong <elsk@google.com>2017-11-14 20:29:53 +0100
commite8e4c40246a8c15208b70b4467a0d1790c7ce8fb (patch)
tree935b50cc0e35d900f7b34b7a06cb3711ac1e3135 /Android.mk
parentMerge "applypatch: Change the patch parameter to const Value& in Apply{BSDiff,Image}Patch." am: de07371b03 am: e2296b7a25 (diff)
downloadandroid_bootable_recovery-e8e4c40246a8c15208b70b4467a0d1790c7ce8fb.tar
android_bootable_recovery-e8e4c40246a8c15208b70b4467a0d1790c7ce8fb.tar.gz
android_bootable_recovery-e8e4c40246a8c15208b70b4467a0d1790c7ce8fb.tar.bz2
android_bootable_recovery-e8e4c40246a8c15208b70b4467a0d1790c7ce8fb.tar.lz
android_bootable_recovery-e8e4c40246a8c15208b70b4467a0d1790c7ce8fb.tar.xz
android_bootable_recovery-e8e4c40246a8c15208b70b4467a0d1790c7ce8fb.tar.zst
android_bootable_recovery-e8e4c40246a8c15208b70b4467a0d1790c7ce8fb.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk15
1 files changed, 13 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d9966b7cc..50627b9b9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -147,10 +147,21 @@ endif
LOCAL_C_INCLUDES += \
system/vold \
+# Health HAL dependency
LOCAL_STATIC_LIBRARIES := \
+ android.hardware.health@2.0-impl \
+ android.hardware.health@2.0 \
+ android.hardware.health@1.0 \
+ android.hardware.health@1.0-convert \
+ libhidltransport \
+ libhidlbase \
+ libhwbinder \
+ libvndksupport \
+ libbatterymonitor
+
+LOCAL_STATIC_LIBRARIES += \
librecovery \
libverifier \
- libbatterymonitor \
libbootloader_message \
libfs_mgr \
libext4_utils \
@@ -169,8 +180,8 @@ LOCAL_STATIC_LIBRARIES := \
libvintf \
libtinyxml2 \
libbase \
- libcutils \
libutils \
+ libcutils \
liblog \
libselinux \
libz