commit | f01cf8dec50cf459df9da31a2e157f79f5ddcc7f | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Mar 06 23:32:15 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 06 23:32:15 2018 +0000 |
tree | beeda6a0d4fc823085cd3945b0cd653ea7b25812 | |
parent | d4b7ec4ead5646293112f58a8af2b162bc61a863 [diff] | |
parent | 51c06da6ca2d70e96544fc59d2f19d54a791cea3 [diff] |
Merge "adbd: make static." am: b41b33581e am: 51c06da6ca Change-Id: I9170ca4973d9ee066c1c9ad7d8cb4f90d92837b5
diff --git a/adb/Android.bp b/adb/Android.bp index ef425c1..bbf7cb4 100644 --- a/adb/Android.bp +++ b/adb/Android.bp
@@ -260,6 +260,9 @@ 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",