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 /Android.bp | |
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 '')
-rw-r--r-- | Android.bp | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp index bc60eed0a..1e7f54361 100644 --- a/Android.bp +++ b/Android.bp @@ -104,6 +104,7 @@ cc_defaults { ], shared_libs: [ + "android.hardware.health@2.0", "libbase", "libbootloader_message", "libcrypto", @@ -112,6 +113,8 @@ cc_defaults { "libfs_mgr", "libfusesideload", "libhidl-gen-utils", + "libhidlbase", + "libhidltransport", "liblog", "libpng", "libselinux", @@ -125,20 +128,11 @@ cc_defaults { "libminui", "libverifier", "libotautil", + + // external dependencies + "libhealthhalutils", "libvintf_recovery", "libvintf", - - // TODO(b/80132328): Remove the dependency on static health HAL. - "libhealthd.default", - "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", - "libbatterymonitor", ], } |