commit | 47807e2f0170ec0ebca2cc90351c08a48e3707a1 | [log] [tgz] |
---|---|---|
author | Howard Ro <yro@google.com> | Thu Feb 06 23:17:33 2020 -0800 |
committer | Howard Ro <yro@google.com> | Thu Feb 06 23:17:33 2020 -0800 |
tree | dff509cc896b41b232e822ea16127e44c79a0527 | |
parent | e5f4f03089a6a2d8713e9f0c4e272091b35cd63c [diff] [blame] |
Statically link libutils this is still needed for stastd Bug: 145565901 Test: compiles Change-Id: I6356fbc8e4c92d3b6dc9742bf661a4fdd58dac47
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", ], }