summaryrefslogtreecommitdiffstats
path: root/Android.bp
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 /Android.bp
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 '')
-rw-r--r--Android.bp18
1 files changed, 6 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index 630c7965e..177eeb715 100644
--- a/Android.bp
+++ b/Android.bp
@@ -104,6 +104,7 @@ cc_defaults {
],
shared_libs: [
+ "android.hardware.health@2.0",
"libbase",
"libbootloader_message",
"libcrypto",
@@ -113,6 +114,8 @@ cc_defaults {
"libfs_mgr",
"libfusesideload",
"libhidl-gen-utils",
+ "libhidlbase",
+ "libhidltransport",
"liblog",
"libpng",
"libselinux",
@@ -127,20 +130,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",
],
}