Merge "adbd: make static."
am: b41b33581e
Change-Id: Ibff3e3e19d7805fe4d70996ad1ba35372a3bd7b1
This commit is contained in:
commit
51c06da6ca
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue