summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorxunchang <xunchang@google.com>2019-04-06 01:16:07 +0200
committerxunchang <xunchang@google.com>2019-04-11 23:23:53 +0200
commit34690ced91e22f5d9b5dd19c33b11c8e0b4bafa0 (patch)
treefc51bb568fdb244bd4cc7687a665230a1f3a9fa4 /Android.bp
parentMerge "Build libinstall as a static library." (diff)
downloadandroid_bootable_recovery-34690ced91e22f5d9b5dd19c33b11c8e0b4bafa0.tar
android_bootable_recovery-34690ced91e22f5d9b5dd19c33b11c8e0b4bafa0.tar.gz
android_bootable_recovery-34690ced91e22f5d9b5dd19c33b11c8e0b4bafa0.tar.bz2
android_bootable_recovery-34690ced91e22f5d9b5dd19c33b11c8e0b4bafa0.tar.lz
android_bootable_recovery-34690ced91e22f5d9b5dd19c33b11c8e0b4bafa0.tar.xz
android_bootable_recovery-34690ced91e22f5d9b5dd19c33b11c8e0b4bafa0.tar.zst
android_bootable_recovery-34690ced91e22f5d9b5dd19c33b11c8e0b4bafa0.zip
Diffstat (limited to '')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 137004c07..582f3b623 100644
--- a/Android.bp
+++ b/Android.bp
@@ -112,7 +112,6 @@ cc_binary {
],
shared_libs: [
- "libminadbd_services",
"librecovery_ui",
],
@@ -124,6 +123,7 @@ cc_binary {
required: [
"e2fsdroid.recovery",
"librecovery_ui_ext",
+ "minadbd",
"mke2fs.conf.recovery",
"mke2fs.recovery",
"recovery_deps",