Skip to content

Commit

Permalink
Merge "Move libadbd_auth, libadbd_fs to adbd_system_binaries." into r…
Browse files Browse the repository at this point in the history
…vc-dev

Former-commit-id: b1df146aefe2928280e675b182f3536642ae1c9a
  • Loading branch information
jmgao authored and Android (Google) Code Review committed Jun 8, 2020
2 parents 192f5c4 + 73cdf4d commit 81ec6c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions adb/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -605,25 +605,25 @@ 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",
]
}

phony {
name: "adbd_system_binaries_recovery",
name: "adbd_system_api_recovery",
required: [
"libadbd_auth",
"libadbd_fs",
"reboot.recovery",
],
}
Expand Down

0 comments on commit 81ec6c4

Please sign in to comment.