diff options
author | Josh Gao <jmgao@google.com> | 2019-10-24 23:31:07 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-24 23:31:07 +0200 |
commit | cf6b4dce12795e9ba6fd3215b2bfade94be67549 (patch) | |
tree | 034682ef0b55f6450ed9d7c133dcf005b35f3af3 | |
parent | Merge "bootable: leak less memory" (diff) | |
parent | Merge "Use adbd_system_binaries to track adbd's dependencies." (diff) | |
download | android_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.bp | 4 |
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 { |