commit | ced9d175ca62401651c6b76f406842dee9950531 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Mar 06 23:04:46 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 06 23:04:46 2018 +0000 |
tree | 1d7c2ece2b7e55b2b9d63a038005164da85fdd70 | |
parent | 424b4c9a51f5087aa1c6edc1e85afcca0406cfd7 [diff] | |
parent | 62b169342522ffff9005bc1dc364e8d7edd72473 [diff] |
Merge "adbd: make static."
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",