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: [ |
Peiyong Lin | 65248e0 | 2020-04-18 21:15:07 -0700 | [diff] [blame^] | 7 | "android.hardware.graphics.composer@2.4", |
Yiwei Zhang | d792705 | 2020-01-13 16:05:01 -0800 | [diff] [blame] | 8 | "libbase", |
| 9 | "libcutils", |
| 10 | "liblog", |
| 11 | "libprotobuf-cpp-lite", |
Alec Mouri | 3738434 | 2020-01-02 17:23:37 -0800 | [diff] [blame] | 12 | "libprotoutil", |
Alec Mouri | 8e2f31b | 2020-01-16 22:04:35 +0000 | [diff] [blame] | 13 | "libstatslog", |
| 14 | "libstatspull", |
| 15 | "libstatssocket", |
Yiwei Zhang | d792705 | 2020-01-13 16:05:01 -0800 | [diff] [blame] | 16 | "libtimestats_proto", |
| 17 | "libui", |
| 18 | "libutils", |
Mikael Pessa | 2e1608f | 2019-07-19 11:25:35 -0700 | [diff] [blame] | 19 | ], |
| 20 | export_include_dirs: ["."], |
Yiwei Zhang | d792705 | 2020-01-13 16:05:01 -0800 | [diff] [blame] | 21 | export_shared_lib_headers: [ |
Alec Mouri | 3738434 | 2020-01-02 17:23:37 -0800 | [diff] [blame] | 22 | "libprotoutil", |
Alec Mouri | 8e2f31b | 2020-01-16 22:04:35 +0000 | [diff] [blame] | 23 | "libstatslog", |
| 24 | "libstatspull", |
| 25 | "libstatssocket", |
Yiwei Zhang | d792705 | 2020-01-13 16:05:01 -0800 | [diff] [blame] | 26 | "libtimestats_proto", |
| 27 | ], |
| 28 | cppflags: [ |
| 29 | "-Wall", |
| 30 | "-Werror", |
| 31 | "-Wformat", |
| 32 | "-Wthread-safety", |
| 33 | "-Wunused", |
| 34 | "-Wunreachable-code", |
Mikael Pessa | 2e1608f | 2019-07-19 11:25:35 -0700 | [diff] [blame] | 35 | ], |
| 36 | } |