Use adbd_system_binaries to track adbd's dependencies. am: 7b7ee191dc am: 2900290499 am: 65ece565eb
am: 79a85f145e

Change-Id: I8b2f83f43dea2e9a5014335bda686a9ca1d4c7fd
diff --git a/adb/Android.bp b/adb/Android.bp
index 170053b..bf71919 100644
--- a/adb/Android.bp
+++ b/adb/Android.bp
@@ -513,6 +513,19 @@
     ],
 }
 
+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"],