| Steven Moreland | 8bb9e64 | 2017-05-02 13:40:16 -0700 | [diff] [blame] | 1 | cc_library_static { |
| 2 | name: "libcpustats", | ||||
| 3 | |||||
| 4 | srcs: [ | ||||
| 5 | "CentralTendencyStatistics.cpp", | ||||
| 6 | "ThreadCpuUsage.cpp", | ||||
| 7 | ], | ||||
| 8 | |||||
| Marco Nelissen | cf90b49 | 2019-09-26 11:20:54 -0700 | [diff] [blame] | 9 | local_include_dirs: [ |
| 10 | "include", | ||||
| 11 | ], | ||||
| 12 | |||||
| 13 | export_include_dirs: [ | ||||
| 14 | "include", | ||||
| 15 | ], | ||||
| 16 | |||||
| Steven Moreland | 8bb9e64 | 2017-05-02 13:40:16 -0700 | [diff] [blame] | 17 | cflags: [ |
| 18 | "-Werror", | ||||
| 19 | "-Wall", | ||||
| 20 | ], | ||||
| Glenn Kasten | 60bf3dc | 2017-05-24 11:16:57 -0700 | [diff] [blame] | 21 | |
| 22 | host_supported: true, | ||||
| 23 | |||||
| 24 | target: { | ||||
| 25 | darwin: { | ||||
| 26 | enabled: false, | ||||
| 27 | }, | ||||
| 28 | }, | ||||
| 29 | |||||
| Steven Moreland | 8bb9e64 | 2017-05-02 13:40:16 -0700 | [diff] [blame] | 30 | } |