commit | 8128a47d721a6d0b60b39eda9675e0835f39ee1d | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Oct 24 14:45:04 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 24 14:45:04 2019 -0700 |
tree | f25411d94aef534d353a74b0ddc2e57a86cdd1c4 | |
parent | 67cce21e5d970b7a71a8318f94f0e8fd3a3a71ee [diff] | |
parent | d7ec9f726729c295a86cedb739e78e3738a8d552 [diff] |
Merge "Use adbd_system_binaries to track adbd's dependencies." am: e52af1a4cc am: cf6b4dce12 am: d7ec9f7267 Change-Id: I1764b47f83236bab32673cccd2a4eb72c0f80d35
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 {