diff options
author | Yifan Hong <elsk@google.com> | 2017-11-20 23:52:05 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-11-20 23:52:05 +0100 |
commit | debdd1732ccc863229134ed14de822da8fad55e4 (patch) | |
tree | 80d4b14d659e3677ec71773994f3d7dd0beeb433 /Android.mk | |
parent | Merge "root: Fix an issue when volume length from fs_mgr is negative." am: 5ce9fe355c am: 25e27f48db (diff) | |
parent | is_battery_ok use health 2.0 HAL (diff) | |
download | android_bootable_recovery-debdd1732ccc863229134ed14de822da8fad55e4.tar android_bootable_recovery-debdd1732ccc863229134ed14de822da8fad55e4.tar.gz android_bootable_recovery-debdd1732ccc863229134ed14de822da8fad55e4.tar.bz2 android_bootable_recovery-debdd1732ccc863229134ed14de822da8fad55e4.tar.lz android_bootable_recovery-debdd1732ccc863229134ed14de822da8fad55e4.tar.xz android_bootable_recovery-debdd1732ccc863229134ed14de822da8fad55e4.tar.zst android_bootable_recovery-debdd1732ccc863229134ed14de822da8fad55e4.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index d9966b7cc..50627b9b9 100644 --- a/Android.mk +++ b/Android.mk @@ -147,10 +147,21 @@ endif LOCAL_C_INCLUDES += \ system/vold \ +# Health HAL dependency LOCAL_STATIC_LIBRARIES := \ + android.hardware.health@2.0-impl \ + android.hardware.health@2.0 \ + android.hardware.health@1.0 \ + android.hardware.health@1.0-convert \ + libhidltransport \ + libhidlbase \ + libhwbinder \ + libvndksupport \ + libbatterymonitor + +LOCAL_STATIC_LIBRARIES += \ librecovery \ libverifier \ - libbatterymonitor \ libbootloader_message \ libfs_mgr \ libext4_utils \ @@ -169,8 +180,8 @@ LOCAL_STATIC_LIBRARIES := \ libvintf \ libtinyxml2 \ libbase \ - libcutils \ libutils \ + libcutils \ liblog \ libselinux \ libz |