summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-06-09 01:09:59 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-06-09 01:09:59 +0200
commitd8a411c90a2d31e6a5f80105a6095b45c2cc9152 (patch)
tree84de8c12121c2a8979b2bfdde2486a8f0ef9e316 /tests
parentMerge "updater: Remove the redundant check on line count." (diff)
parentMerge pi-dev-plus-aosp-without-vendor into stage-aosp-master (diff)
downloadandroid_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.gz
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.bz2
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.lz
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.xz
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.tar.zst
android_bootable_recovery-d8a411c90a2d31e6a5f80105a6095b45c2cc9152.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 ff420668a..cee94dc99 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -151,6 +151,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 \
$(TARGET_RECOVERY_UI_LIB) \
@@ -161,8 +173,8 @@ librecovery_static_libraries := \
libminui \
libverifier \
libotautil \
+ $(health_hal_static_libraries) \
libasyncio \
- libbatterymonitor \
libcrypto_utils \
libcrypto \
libext4_utils \