blob: 6e8ca1dda381a76954316e9de4d345a6e7e747be [file] [log] [blame]
Steven Moreland8bb9e642017-05-02 13:40:16 -07001cc_library_static {
2 name: "libcpustats",
3
4 srcs: [
5 "CentralTendencyStatistics.cpp",
6 "ThreadCpuUsage.cpp",
7 ],
8
Marco Nelissencf90b492019-09-26 11:20:54 -07009 local_include_dirs: [
10 "include",
11 ],
12
13 export_include_dirs: [
14 "include",
15 ],
16
Steven Moreland8bb9e642017-05-02 13:40:16 -070017 cflags: [
18 "-Werror",
19 "-Wall",
20 ],
Glenn Kasten60bf3dc2017-05-24 11:16:57 -070021
22 host_supported: true,
23
24 target: {
25 darwin: {
26 enabled: false,
27 },
28 },
29
Steven Moreland8bb9e642017-05-02 13:40:16 -070030}