summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-04-12 01:42:25 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-12 01:42:25 +0200
commit6c5f70b9b2ed9233b6b7db11c96c331e5927bf4e (patch)
treefc51bb568fdb244bd4cc7687a665230a1f3a9fa4 /Android.bp
parentMerge "Build libinstall as a static library." (diff)
parentAdd socket communication between recovery and minadbd (diff)
downloadandroid_bootable_recovery-6c5f70b9b2ed9233b6b7db11c96c331e5927bf4e.tar
android_bootable_recovery-6c5f70b9b2ed9233b6b7db11c96c331e5927bf4e.tar.gz
android_bootable_recovery-6c5f70b9b2ed9233b6b7db11c96c331e5927bf4e.tar.bz2
android_bootable_recovery-6c5f70b9b2ed9233b6b7db11c96c331e5927bf4e.tar.lz
android_bootable_recovery-6c5f70b9b2ed9233b6b7db11c96c331e5927bf4e.tar.xz
android_bootable_recovery-6c5f70b9b2ed9233b6b7db11c96c331e5927bf4e.tar.zst
android_bootable_recovery-6c5f70b9b2ed9233b6b7db11c96c331e5927bf4e.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",