Merge "Move libadbd_auth, libadbd_fs to adbd_system_binaries." into rvc-dev am: b1df146aef

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/11798192

Change-Id: Id98cb7dd8df78d30cf76760a7d82ac79fc2b81a6
This commit is contained in:
Josh Gao 2020-06-08 23:23:51 +00:00 committed by Automerger Merge Worker
commit 25f2e5e8a2
1 changed files with 7 additions and 7 deletions

View File

@ -605,16 +605,14 @@ cc_binary {
],
}
},
required: [
"libadbd_auth",
"libadbd_fs",
],
}
phony {
name: "adbd_system_binaries",
// Interface between adbd in a module and the system.
name: "adbd_system_api",
required: [
"libadbd_auth",
"libadbd_fs",
"abb",
"reboot",
"set-verity-state",
@ -622,8 +620,10 @@ phony {
}
phony {
name: "adbd_system_binaries_recovery",
name: "adbd_system_api_recovery",
required: [
"libadbd_auth",
"libadbd_fs",
"reboot.recovery",
],
}