blob: e36647742cf82f64152f48e233d434859ef3a487 [file] [log] [blame]
Yiwei Zhangbaaef882020-02-02 17:45:30 -08001cc_library_shared {
2 name: "libgfxstats",
3 srcs: [
4 "GpuStats.cpp",
5 ],
6 shared_libs: [
7 "libcutils",
8 "libgraphicsenv",
9 "liblog",
Yiwei Zhangb59a1272020-02-04 14:58:01 -080010 "libstatslog",
11 "libstatspull",
12 "libstatssocket",
Yiwei Zhangbaaef882020-02-02 17:45:30 -080013 "libutils",
14 ],
15 export_include_dirs: ["include"],
Yiwei Zhangb59a1272020-02-04 14:58:01 -080016 export_shared_lib_headers: [
17 "libstatspull",
18 "libstatssocket",
19 ],
Yiwei Zhangbaaef882020-02-02 17:45:30 -080020 cppflags: [
21 "-Wall",
22 "-Werror",
23 "-Wformat",
24 "-Wthread-safety",
25 "-Wunused",
26 "-Wunreachable-code",
27 ],
28}