blob: 8508f616fb0e40f304b74441f9ccc59987530609 [file] [log] [blame]
Ram Chandrasekardac8f7d2020-06-10 12:23:28 -07001cc_binary {
2 name: "android.hardware.thermal@2.0-service.qti",
3 defaults: [
4 "hidl_defaults",
5 ],
6 vendor: true,
7 relative_install_path: "hw",
8 init_rc: ["android.hardware.thermal@2.0-service.qti.rc"],
9 vintf_fragments: ["android.hardware.thermal@2.0-service.qti.xml"],
10 srcs: [
11 "service.cpp",
12 "thermal.cpp",
13 "thermalConfig.cpp",
14 "thermalCommon.cpp",
15 "thermalUtils.cpp",
16 "thermalMonitor.cpp",
17 ],
18 shared_libs: [
19 "libbase",
20 "libcutils",
21 "libhidlbase",
Ram Chandrasekardac8f7d2020-06-10 12:23:28 -070022 "libutils",
23 "liblog",
24 "android.hardware.thermal@1.0",
25 "android.hardware.thermal@2.0",
26 ],
27 header_libs: [
28 "liblog_headers",
29 "libcutils_headers"
30 ],
31 cflags: [
32 "-Wno-unused-parameter",
33 "-Wno-unused-variable",
34 ],
35}