blob: 20c22184d28bdc90db5f6259c122bce541ab7362 [file] [log] [blame]
Yiwei Zhangd7927052020-01-13 16:05:01 -08001cc_library_shared {
Mikael Pessa2e1608f2019-07-19 11:25:35 -07002 name: "libtimestats",
Mikael Pessa2e1608f2019-07-19 11:25:35 -07003 srcs: [
Yiwei Zhangd7927052020-01-13 16:05:01 -08004 "TimeStats.cpp",
5 ],
6 shared_libs: [
7 "libbase",
8 "libcutils",
9 "liblog",
10 "libprotobuf-cpp-lite",
11 "libtimestats_proto",
12 "libui",
13 "libutils",
Mikael Pessa2e1608f2019-07-19 11:25:35 -070014 ],
15 export_include_dirs: ["."],
Yiwei Zhangd7927052020-01-13 16:05:01 -080016 export_shared_lib_headers: [
17 "libtimestats_proto",
18 ],
19 cppflags: [
20 "-Wall",
21 "-Werror",
22 "-Wformat",
23 "-Wthread-safety",
24 "-Wunused",
25 "-Wunreachable-code",
Mikael Pessa2e1608f2019-07-19 11:25:35 -070026 ],
27}