summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-07-12 02:04:12 +0200
committerYifan Hong <elsk@google.com>2018-08-14 01:16:18 +0200
commit056538c0a9ec2bf1b641957ef7a260c465a0eb75 (patch)
treee3062e489e9f40ba7d58d7c6c6284482ad61e587 /tests
parentMerge "Reland "Build and use minadbd as a shared library."" (diff)
downloadandroid_bootable_recovery-056538c0a9ec2bf1b641957ef7a260c465a0eb75.tar
android_bootable_recovery-056538c0a9ec2bf1b641957ef7a260c465a0eb75.tar.gz
android_bootable_recovery-056538c0a9ec2bf1b641957ef7a260c465a0eb75.tar.bz2
android_bootable_recovery-056538c0a9ec2bf1b641957ef7a260c465a0eb75.tar.lz
android_bootable_recovery-056538c0a9ec2bf1b641957ef7a260c465a0eb75.tar.xz
android_bootable_recovery-056538c0a9ec2bf1b641957ef7a260c465a0eb75.tar.zst
android_bootable_recovery-056538c0a9ec2bf1b641957ef7a260c465a0eb75.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index b6f5b451f..987e372e5 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -154,18 +154,6 @@ 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 \
@@ -175,7 +163,6 @@ librecovery_static_libraries := \
libminui \
libverifier \
libotautil \
- $(health_hal_static_libraries) \
libcrypto_utils \
libcrypto \
libext4_utils \