commit | e52af1a4cc299997718ecad1504cfb89b8f90817 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Oct 24 20:29:25 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 24 20:29:25 2019 +0000 |
tree | f25411d94aef534d353a74b0ddc2e57a86cdd1c4 | |
parent | 19073f206708a93c2ec4f710d6c3a996dd5bdaae [diff] | |
parent | a91e456fd491190a59588e3fcab701f150ba9f4d [diff] |
Merge "Use adbd_system_binaries to track adbd's dependencies."
diff --git a/minadbd/Android.bp b/minadbd/Android.bp index b7075e6..c39c734 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp
@@ -91,6 +91,10 @@ "libcrypto", "libminadbd_services", ], + + required: [ + "adbd_system_binaries_recovery", + ] } cc_test {