diff options
author | Josh Gao <jmgao@google.com> | 2019-10-24 14:31:41 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-24 14:31:41 -0700 |
commit | 2900290499d2d24dc0713d57a8dc73e630accebd (patch) | |
tree | ff53e8f9704e6de478e332ae4cf5462eb91d0c89 | |
parent | 20f301104bb4c3b65645cb0a21d11f8680c2de35 (diff) | |
parent | 7b7ee191dc9ff4302b65c88bc040687dc07bdd2a (diff) |
Use adbd_system_binaries to track adbd's dependencies.
am: 7b7ee191dc
Change-Id: Iad5c3797db17e27c311e787a8879a7ea7793f466
-rw-r--r-- | adb/Android.bp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/adb/Android.bp b/adb/Android.bp index 170053bef..bf71919cf 100644 --- a/adb/Android.bp +++ b/adb/Android.bp @@ -513,6 +513,19 @@ cc_binary { ], } +phony { + name: "adbd_system_binaries", + required: [ + "abb", + ] +} + +phony { + name: "adbd_system_binaries_recovery", + required: [ + ], +} + cc_binary { name: "static_adbd", defaults: ["adbd_defaults", "host_adbd_supported"], |