diff options
author | Xin Li <delphij@google.com> | 2018-08-07 18:51:25 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-08-07 18:51:25 +0200 |
commit | 9791b21c1f9d068c6162e4c7e4571da79af32e5b (patch) | |
tree | 5b906d66a45e45d4b5bb90e11c7bb13f071f4010 /Android.mk | |
parent | Merge "ueventd is now at /system/bin/ueventd" (diff) | |
parent | Merge Android Pie into master (diff) | |
download | android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.gz android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.bz2 android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.lz android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.xz android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.tar.zst android_bootable_recovery-9791b21c1f9d068c6162e4c7e4571da79af32e5b.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 9542080ca..b25c1f07a 100644 --- a/Android.mk +++ b/Android.mk @@ -111,6 +111,19 @@ LOCAL_SHARED_LIBRARIES := \ include $(BUILD_STATIC_LIBRARY) +# Health HAL dependency +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 := \ libbootloader_message \ libfusesideload \ @@ -118,8 +131,8 @@ librecovery_static_libraries := \ libminui \ libverifier \ libotautil \ + $(health_hal_static_libraries) \ libasyncio \ - libbatterymonitor \ libcrypto_utils \ libcrypto \ libext4_utils \ |