commit | d2b59cdabca486f32d0511445b70ced7e8295e0e | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Feb 07 22:42:59 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Feb 07 22:42:59 2020 +0000 |
tree | 99d25254732fbbacc8f0751c3141d44ffe964e81 | |
parent | 1e91989dc617d03304ab4d4f9a2750691212ca24 [diff] | |
parent | 47807e2f0170ec0ebca2cc90351c08a48e3707a1 [diff] |
Merge "Statically link libutils"
diff --git a/cmds/statsd/Android.bp b/cmds/statsd/Android.bp index 7e069a6..70f309a 100644 --- a/cmds/statsd/Android.bp +++ b/cmds/statsd/Android.bp
@@ -124,6 +124,7 @@ "libstatslog", "libstatsmetadata", "libsysutils", + "libutils", ], shared_libs: [ "libbinder", @@ -131,7 +132,6 @@ "liblog", "libservices", "libstatssocket", - "libutils", ], }