summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-04-12 02:41:48 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-12 02:41:48 +0200
commitde013b52b12e8e8a4ad00a1b4eea9fa5a738079d (patch)
tree065bc9ebdd836949a7de3923237b2605c055020d /Android.bp
parentMerge "Build libinstall as a static library." am: 38d5e60874 am: a8cc70fbe1 (diff)
parentMerge "Add socket communication between recovery and minadbd" am: 6c5f70b9b2 (diff)
downloadandroid_bootable_recovery-de013b52b12e8e8a4ad00a1b4eea9fa5a738079d.tar
android_bootable_recovery-de013b52b12e8e8a4ad00a1b4eea9fa5a738079d.tar.gz
android_bootable_recovery-de013b52b12e8e8a4ad00a1b4eea9fa5a738079d.tar.bz2
android_bootable_recovery-de013b52b12e8e8a4ad00a1b4eea9fa5a738079d.tar.lz
android_bootable_recovery-de013b52b12e8e8a4ad00a1b4eea9fa5a738079d.tar.xz
android_bootable_recovery-de013b52b12e8e8a4ad00a1b4eea9fa5a738079d.tar.zst
android_bootable_recovery-de013b52b12e8e8a4ad00a1b4eea9fa5a738079d.zip
Diffstat (limited to 'Android.bp')
-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",