summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-22 01:00:20 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-22 01:00:20 +0200
commit08fa07c1324421821365d6aac3d334c04f8ec566 (patch)
tree9efce8b4440d4038927dd5636614380653732d97 /tests/Android.mk
parentMerge "updater_config: make utils/PayloadSpecs non-static" am: 928f2cbf9b am: 3714929c32 (diff)
parentMerge "Move stuff from recovery into librecovery." into pi-dev-plus-aosp (diff)
downloadandroid_bootable_recovery-08fa07c1324421821365d6aac3d334c04f8ec566.tar
android_bootable_recovery-08fa07c1324421821365d6aac3d334c04f8ec566.tar.gz
android_bootable_recovery-08fa07c1324421821365d6aac3d334c04f8ec566.tar.bz2
android_bootable_recovery-08fa07c1324421821365d6aac3d334c04f8ec566.tar.lz
android_bootable_recovery-08fa07c1324421821365d6aac3d334c04f8ec566.tar.xz
android_bootable_recovery-08fa07c1324421821365d6aac3d334c04f8ec566.tar.zst
android_bootable_recovery-08fa07c1324421821365d6aac3d334c04f8ec566.zip
Diffstat (limited to 'tests/Android.mk')
-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 \