summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2019-10-23 01:10:48 +0200
committerJosh Gao <jmgao@google.com>2019-10-23 23:33:51 +0200
commita91e456fd491190a59588e3fcab701f150ba9f4d (patch)
tree8637bed6573d8144706a3dfd2d347cb9c9a510c1
parentMerge "[bootable][recovery] fix -Wreorder-init-list" (diff)
downloadandroid_bootable_recovery-a91e456fd491190a59588e3fcab701f150ba9f4d.tar
android_bootable_recovery-a91e456fd491190a59588e3fcab701f150ba9f4d.tar.gz
android_bootable_recovery-a91e456fd491190a59588e3fcab701f150ba9f4d.tar.bz2
android_bootable_recovery-a91e456fd491190a59588e3fcab701f150ba9f4d.tar.lz
android_bootable_recovery-a91e456fd491190a59588e3fcab701f150ba9f4d.tar.xz
android_bootable_recovery-a91e456fd491190a59588e3fcab701f150ba9f4d.tar.zst
android_bootable_recovery-a91e456fd491190a59588e3fcab701f150ba9f4d.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 {