Merge "adbd: make static." am: b41b33581e

am: 51c06da6ca

Change-Id: I9170ca4973d9ee066c1c9ad7d8cb4f90d92837b5
This commit is contained in:
Josh Gao 2018-03-06 23:32:15 +00:00 committed by android-build-merger
commit f01cf8dec5
1 changed files with 3 additions and 0 deletions

View File

@ -260,6 +260,9 @@ cc_binary {
name: "adbd",
defaults: ["adb_defaults"],
// adbd must be static, as it is copied into the recovery image.
static_executable: true,
srcs: [
"daemon/main.cpp",
"daemon/mdns.cpp",