summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-13 20:15:29 +0200
committerTao Bao <tbao@google.com>2018-08-13 23:09:58 +0200
commit7d2a63afe18980bd73a7093296a520cb98035bf7 (patch)
treeb6c795f960aa2d52ff5bf32ab9c946149a41a438 /Android.bp
parentMerge "Remove TODO for b/112462307" (diff)
downloadandroid_bootable_recovery-7d2a63afe18980bd73a7093296a520cb98035bf7.tar
android_bootable_recovery-7d2a63afe18980bd73a7093296a520cb98035bf7.tar.gz
android_bootable_recovery-7d2a63afe18980bd73a7093296a520cb98035bf7.tar.bz2
android_bootable_recovery-7d2a63afe18980bd73a7093296a520cb98035bf7.tar.lz
android_bootable_recovery-7d2a63afe18980bd73a7093296a520cb98035bf7.tar.xz
android_bootable_recovery-7d2a63afe18980bd73a7093296a520cb98035bf7.tar.zst
android_bootable_recovery-7d2a63afe18980bd73a7093296a520cb98035bf7.zip
Diffstat (limited to '')
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 99e8b652f..630c7965e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -104,7 +104,6 @@ cc_defaults {
],
shared_libs: [
- "libasyncio",
"libbase",
"libbootloader_message",
"libcrypto",
@@ -125,7 +124,6 @@ cc_defaults {
],
static_libs: [
- "libminadbd",
"libminui",
"libverifier",
"libotautil",
@@ -206,6 +204,7 @@ cc_binary {
],
shared_libs: [
+ "libminadbd_services",
"librecovery_ui",
],