commit | 51c06da6ca2d70e96544fc59d2f19d54a791cea3 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Mar 06 23:22:46 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 06 23:22:46 2018 +0000 |
tree | 1d7c2ece2b7e55b2b9d63a038005164da85fdd70 | |
parent | 186637f2a4eecc2ce3ab29c9b5b13a404bb918e6 [diff] | |
parent | b41b33581e06e078b53b5c264d931723b5e56724 [diff] |
Merge "adbd: make static." am: b41b33581e Change-Id: Ibff3e3e19d7805fe4d70996ad1ba35372a3bd7b1
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",