summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2019-10-24 23:31:07 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-10-24 23:31:07 +0200
commitcf6b4dce12795e9ba6fd3215b2bfade94be67549 (patch)
tree034682ef0b55f6450ed9d7c133dcf005b35f3af3
parentMerge "bootable: leak less memory" (diff)
parentMerge "Use adbd_system_binaries to track adbd's dependencies." (diff)
downloadandroid_bootable_recovery-cf6b4dce12795e9ba6fd3215b2bfade94be67549.tar
android_bootable_recovery-cf6b4dce12795e9ba6fd3215b2bfade94be67549.tar.gz
android_bootable_recovery-cf6b4dce12795e9ba6fd3215b2bfade94be67549.tar.bz2
android_bootable_recovery-cf6b4dce12795e9ba6fd3215b2bfade94be67549.tar.lz
android_bootable_recovery-cf6b4dce12795e9ba6fd3215b2bfade94be67549.tar.xz
android_bootable_recovery-cf6b4dce12795e9ba6fd3215b2bfade94be67549.tar.zst
android_bootable_recovery-cf6b4dce12795e9ba6fd3215b2bfade94be67549.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 {