Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29002904 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Use adbd_system_binaries to track adbd's dependencies.

am: 7b7ee191

Change-Id: Iad5c3797db17e27c311e787a8879a7ea7793f466
parents 20f30110 7b7ee191
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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"],