commit | fe0b389190208603677a0298d57aaa6b0c475923 | [log] [tgz] |
---|---|---|
author | Howard Ro <yro@google.com> | Fri Jan 31 17:37:32 2020 -0800 |
committer | Howard Ro <yro@google.com> | Fri Jan 31 17:39:02 2020 -0800 |
tree | 06dfca2d58f8a6ed03000567244c67f58554fe79 | |
parent | 8fda5feb254f112120aa494fd81d203b3b399437 [diff] [blame] |
Remove libmetricslogger dependency from bootstats These are either already migrated or are planned to be migrated to statsd. Bug: 147777989 Bug: 148575354 Test: compiles Merged-In: I00b110dcf5cf4a0fb1673fe05004662b6f3327d0 Change-Id: I00b110dcf5cf4a0fb1673fe05004662b6f3327d0
diff --git a/bootstat/Android.bp b/bootstat/Android.bp index 5e2d171..edff26d 100644 --- a/bootstat/Android.bp +++ b/bootstat/Android.bp
@@ -30,8 +30,8 @@ "libbase", "libcutils", "liblog", - "libmetricslogger", ], + static_libs: ["libgtest_prod"], } // bootstat static library