Mikael Pessa | 2e1608f | 2019-07-19 11:25:35 -0700 | [diff] [blame] | 1 | cc_library_static { |
2 | name: "libtimestats", | ||||
3 | defaults: ["surfaceflinger_defaults"], | ||||
4 | srcs: [ | ||||
5 | "TimeStats.cpp" | ||||
6 | ], | ||||
7 | export_include_dirs: ["."], | ||||
8 | static_libs: [ | ||||
9 | "libperfetto_client_experimental", | ||||
10 | ], | ||||
11 | shared_libs: [ | ||||
12 | "libtimestats_proto", | ||||
13 | "libui", | ||||
14 | ], | ||||
15 | } |