diff options
author | Yifan Hong <elsk@google.com> | 2018-08-14 23:06:58 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-08-14 23:06:58 +0200 |
commit | ce2f0d85fb4f06a47c69c49685803ae247e8872f (patch) | |
tree | 05fddc49dd14d0e39f51bbd5d0ed5303222d101b /tests | |
parent | Merge "updater: Move libupdater to Soong." (diff) | |
parent | recovery uses IHealth::getService (diff) | |
download | android_bootable_recovery-ce2f0d85fb4f06a47c69c49685803ae247e8872f.tar android_bootable_recovery-ce2f0d85fb4f06a47c69c49685803ae247e8872f.tar.gz android_bootable_recovery-ce2f0d85fb4f06a47c69c49685803ae247e8872f.tar.bz2 android_bootable_recovery-ce2f0d85fb4f06a47c69c49685803ae247e8872f.tar.lz android_bootable_recovery-ce2f0d85fb4f06a47c69c49685803ae247e8872f.tar.xz android_bootable_recovery-ce2f0d85fb4f06a47c69c49685803ae247e8872f.tar.zst android_bootable_recovery-ce2f0d85fb4f06a47c69c49685803ae247e8872f.zip |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 4c9b68243..b59da8045 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -154,18 +154,6 @@ libupdater_static_libraries := \ libtune2fs \ $(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 \ |