diff options
author | Tao Bao <tbao@google.com> | 2019-10-03 18:07:38 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-03 18:07:38 +0200 |
commit | 80b6831ddbcdc6fa7bd42a6cdb1eda4d28364cb5 (patch) | |
tree | e9046ce3607970eb49fa3ebe2f0dd3e829f1d361 /Android.bp | |
parent | Merge "otautil: Factor out the utils that're private to recovery." (diff) | |
parent | Merge "Refactor battery info querying functions into librecovery_utils." (diff) | |
download | android_bootable_recovery-80b6831ddbcdc6fa7bd42a6cdb1eda4d28364cb5.tar android_bootable_recovery-80b6831ddbcdc6fa7bd42a6cdb1eda4d28364cb5.tar.gz android_bootable_recovery-80b6831ddbcdc6fa7bd42a6cdb1eda4d28364cb5.tar.bz2 android_bootable_recovery-80b6831ddbcdc6fa7bd42a6cdb1eda4d28364cb5.tar.lz android_bootable_recovery-80b6831ddbcdc6fa7bd42a6cdb1eda4d28364cb5.tar.xz android_bootable_recovery-80b6831ddbcdc6fa7bd42a6cdb1eda4d28364cb5.tar.zst android_bootable_recovery-80b6831ddbcdc6fa7bd42a6cdb1eda4d28364cb5.zip |
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp index 0759e08d1..45aafb043 100644 --- a/Android.bp +++ b/Android.bp @@ -58,7 +58,6 @@ cc_defaults { ], shared_libs: [ - "android.hardware.health@2.0", "libbase", "libbootloader_message", "libcrypto", @@ -74,9 +73,6 @@ cc_defaults { "libminui", "librecovery_utils", "libotautil", - - // external dependencies - "libhealthhalutils", ], } @@ -105,6 +101,7 @@ cc_binary { defaults: [ "libinstall_defaults", "librecovery_defaults", + "librecovery_utils_defaults", ], srcs: [ |