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",
     ],
 }