summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-22 11:37:54 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-22 11:37:54 +0200
commit36557d1c4b2403a977249ce0c07a9dcdc74729a5 (patch)
tree7a3f97056a05439eff5fd87663701ae62d4e7d75 /tests
parentSnap for 4790189 from 76610d1681e8500c8137f877dde41cac3df96356 to qt-release (diff)
parentMerge "updater: Use a bool to indicate if allowed to skip a command." am: 3a8b348936 am: 082733b555 (diff)
downloadandroid_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.gz
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.bz2
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.lz
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.xz
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.zst
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk16
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index cdc5b523a..efe46b8ee 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -150,6 +150,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) \
@@ -160,8 +172,8 @@ librecovery_static_libraries := \
libminui \
libverifier \
libotautil \
+ $(health_hal_static_libraries) \
libasyncio \
- libbatterymonitor \
libcrypto_utils \
libcrypto \
libext4_utils \
@@ -174,8 +186,8 @@ librecovery_static_libraries := \
libtinyxml2 \
libziparchive \
libbase \
- libcutils \
libutils \
+ libcutils \
liblog \
libselinux \
libz \