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

Commit 65ece565 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

Change-Id: I2623ace5655fe1a7a3ce3f339f8efa735681281f
parents cb87a45c 29002904
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"],