Merge "Move libadbd_auth, libadbd_fs to adbd_system_binaries."

This commit is contained in:
Josh Gao 2020-06-08 21:00:19 +00:00 committed by Gerrit Code Review
commit b99f194d05
1 changed files with 7 additions and 7 deletions

View File

@ -640,16 +640,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",
@ -657,8 +655,10 @@ phony {
}
phony {
name: "adbd_system_binaries_recovery",
name: "adbd_system_api_recovery",
required: [
"libadbd_auth",
"libadbd_fs",
"reboot.recovery",
],
}