summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2019-10-24 23:45:04 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-10-24 23:45:04 +0200
commit8128a47d721a6d0b60b39eda9675e0835f39ee1d (patch)
treef25411d94aef534d353a74b0ddc2e57a86cdd1c4
parentMerge "bootable: leak less memory" am: 19073f2067 am: 37395747a8 (diff)
parentMerge "Use adbd_system_binaries to track adbd's dependencies." am: e52af1a4cc (diff)
downloadandroid_bootable_recovery-8128a47d721a6d0b60b39eda9675e0835f39ee1d.tar
android_bootable_recovery-8128a47d721a6d0b60b39eda9675e0835f39ee1d.tar.gz
android_bootable_recovery-8128a47d721a6d0b60b39eda9675e0835f39ee1d.tar.bz2
android_bootable_recovery-8128a47d721a6d0b60b39eda9675e0835f39ee1d.tar.lz
android_bootable_recovery-8128a47d721a6d0b60b39eda9675e0835f39ee1d.tar.xz
android_bootable_recovery-8128a47d721a6d0b60b39eda9675e0835f39ee1d.tar.zst
android_bootable_recovery-8128a47d721a6d0b60b39eda9675e0835f39ee1d.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 {