Yiwei Zhang | d792705 | 2020-01-13 16:05:01 -0800 | [diff] [blame^] | 1 | cc_library_shared { |
Mikael Pessa | 2e1608f | 2019-07-19 11:25:35 -0700 | [diff] [blame] | 2 | name: "libtimestats", |
Mikael Pessa | 2e1608f | 2019-07-19 11:25:35 -0700 | [diff] [blame] | 3 | srcs: [ |
Yiwei Zhang | d792705 | 2020-01-13 16:05:01 -0800 | [diff] [blame^] | 4 | "TimeStats.cpp", |
| 5 | ], |
| 6 | shared_libs: [ |
| 7 | "libbase", |
| 8 | "libcutils", |
| 9 | "liblog", |
| 10 | "libprotobuf-cpp-lite", |
| 11 | "libtimestats_proto", |
| 12 | "libui", |
| 13 | "libutils", |
Mikael Pessa | 2e1608f | 2019-07-19 11:25:35 -0700 | [diff] [blame] | 14 | ], |
| 15 | export_include_dirs: ["."], |
Yiwei Zhang | d792705 | 2020-01-13 16:05:01 -0800 | [diff] [blame^] | 16 | 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 Pessa | 2e1608f | 2019-07-19 11:25:35 -0700 | [diff] [blame] | 26 | ], |
| 27 | } |