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

Commit 79a85f14 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 am: 29002904

am: 65ece565

Change-Id: I1118d6aacf554c945b59302c3d6e3e78b387564a
parents 55011129 65ece565
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"],