libstatsmetadata to static, liblog to shared
Library clean up as a part of statsd becoming a module
Bug: 145565901
Test: compiles
Change-Id: I48e919307f3a9933a9e5ce00da3804f582a44557
diff --git a/cmds/statsd/Android.bp b/cmds/statsd/Android.bp
index 2237bf2..5df932f 100644
--- a/cmds/statsd/Android.bp
+++ b/cmds/statsd/Android.bp
@@ -121,9 +121,9 @@
"android.frameworks.stats@1.0",
"libbase",
"libcutils",
- "liblog",
"libprotoutil",
"libstatslog",
+ "libstatsmetadata",
"libstatssocket",
"libsysutils",
],
@@ -132,8 +132,8 @@
"libgraphicsenv",
"libhidlbase",
"libincident",
+ "liblog",
"libservices",
- "libstatsmetadata",
"libutils",
],
}
@@ -160,7 +160,7 @@
],
}
-cc_library_shared {
+cc_library_static {
name: "libstatsmetadata",
host_supported: true,
generated_sources: [