summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--adb/Android.bp13
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"],