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

Commit 7b7ee191 authored by Josh Gao's avatar Josh Gao
Browse files

Use adbd_system_binaries to track adbd's dependencies.

required doesn't propagate from apexes, so we need a separate phony
target to track adbd's dependenecies.

Test: m
Change-Id: I4c97047dbd1c2f9b394d864aed229798f09fc9b1
parent baea7733
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"],