1cc_library_static {
2    name: "libcpustats",
3
4    srcs: [
5        "CentralTendencyStatistics.cpp",
6        "ThreadCpuUsage.cpp",
7    ],
8
9    cflags: [
10        "-Werror",
11        "-Wall",
12    ],
13
14    host_supported: true,
15
16    target: {
17        darwin: {
18            enabled: false,
19        },
20    },
21
22}
23