summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-21 09:24:04 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-21 09:24:04 +0100
commit1e5b2d9a109238bd68ffe225eb341a7e1312dda3 (patch)
tree80d4b14d659e3677ec71773994f3d7dd0beeb433 /Android.mk
parentSnap for 4459973 from 0a0b6a9fe1e1f2f6b46683dbe313426164d33b40 to pi-release (diff)
parentMerge "is_battery_ok use health 2.0 HAL" (diff)
downloadandroid_bootable_recovery-1e5b2d9a109238bd68ffe225eb341a7e1312dda3.tar
android_bootable_recovery-1e5b2d9a109238bd68ffe225eb341a7e1312dda3.tar.gz
android_bootable_recovery-1e5b2d9a109238bd68ffe225eb341a7e1312dda3.tar.bz2
android_bootable_recovery-1e5b2d9a109238bd68ffe225eb341a7e1312dda3.tar.lz
android_bootable_recovery-1e5b2d9a109238bd68ffe225eb341a7e1312dda3.tar.xz
android_bootable_recovery-1e5b2d9a109238bd68ffe225eb341a7e1312dda3.tar.zst
android_bootable_recovery-1e5b2d9a109238bd68ffe225eb341a7e1312dda3.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