Merge "Move libadbd_auth, libadbd_fs to adbd_system_binaries." am: b99f194d05

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

Change-Id: Icb7cd0eabf954f998213142fd3ad319379ae418d
This commit is contained in:
Josh Gao 2020-06-08 21:16:40 +00:00 committed by Automerger Merge Worker
commit c10af3984c

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",
],
}