commit | 8bb9e64508ce7c32a0170785fe7009811f09aeeb | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue May 02 13:40:16 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue May 02 13:40:16 2017 -0700 |
tree | 215752e8b78e3e81ef99c3941923a8247d67df38 | |
parent | afca9ca288c46038527ee28a34b9f2206132ba55 [diff] [blame] |
libcpustats: Android.mk -> Android.bp Test: links Change-Id: I4b7394299ad0f879ea8cc34ba95a8c6041513d53
diff --git a/media/libcpustats/Android.bp b/media/libcpustats/Android.bp new file mode 100644 index 0000000..3ea96c9 --- /dev/null +++ b/media/libcpustats/Android.bp
@@ -0,0 +1,13 @@ +cc_library_static { + name: "libcpustats", + + srcs: [ + "CentralTendencyStatistics.cpp", + "ThreadCpuUsage.cpp", + ], + + cflags: [ + "-Werror", + "-Wall", + ], +}