summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-08-07 18:51:25 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-07 18:51:25 +0200
commit9791b21c1f9d068c6162e4c7e4571da79af32e5b (patch)
tree5b906d66a45e45d4b5bb90e11c7bb13f071f4010 /tests
parentMerge "ueventd is now at /system/bin/ueventd" (diff)
parentMerge Android Pie into master (diff)
downloadandroid_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.gz
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.bz2
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.lz
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.xz
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.zst
android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index daf4853b9..3d3e63e7e 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -154,6 +154,18 @@ libupdater_static_libraries := \
libbrotli \
$(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 \
@@ -164,8 +176,8 @@ librecovery_static_libraries := \
libminui \
libverifier \
libotautil \
+ $(health_hal_static_libraries) \
libasyncio \
- libbatterymonitor \
libcrypto_utils \
libcrypto \
libext4_utils \