summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2019-10-24 23:52:07 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-10-24 23:52:07 +0200
commit0a4214046d44c53cd3fdf1635ba21873c58267f9 (patch)
tree25a7b067ae12f69ea130ad97d939ac9038e81f98
parentMerge "bootable: leak less memory" am: 19073f2067 am: 37395747a8 am: 5026bd6047 (diff)
parentMerge "Use adbd_system_binaries to track adbd's dependencies." am: e52af1a4cc am: cf6b4dce12 (diff)
downloadandroid_bootable_recovery-0a4214046d44c53cd3fdf1635ba21873c58267f9.tar
android_bootable_recovery-0a4214046d44c53cd3fdf1635ba21873c58267f9.tar.gz
android_bootable_recovery-0a4214046d44c53cd3fdf1635ba21873c58267f9.tar.bz2
android_bootable_recovery-0a4214046d44c53cd3fdf1635ba21873c58267f9.tar.lz
android_bootable_recovery-0a4214046d44c53cd3fdf1635ba21873c58267f9.tar.xz
android_bootable_recovery-0a4214046d44c53cd3fdf1635ba21873c58267f9.tar.zst
android_bootable_recovery-0a4214046d44c53cd3fdf1635ba21873c58267f9.zip
-rw-r--r--minadbd/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp
index b7075e670..c39c73443 100644
--- a/minadbd/Android.bp
+++ b/minadbd/Android.bp
@@ -91,6 +91,10 @@ cc_binary {
"libcrypto",
"libminadbd_services",
],
+
+ required: [
+ "adbd_system_binaries_recovery",
+ ]
}
cc_test {