blob: 8508f616fb0e40f304b74441f9ccc59987530609 [file] [log] [blame]
cc_binary {
name: "android.hardware.thermal@2.0-service.qti",
defaults: [
"hidl_defaults",
],
vendor: true,
relative_install_path: "hw",
init_rc: ["android.hardware.thermal@2.0-service.qti.rc"],
vintf_fragments: ["android.hardware.thermal@2.0-service.qti.xml"],
srcs: [
"service.cpp",
"thermal.cpp",
"thermalConfig.cpp",
"thermalCommon.cpp",
"thermalUtils.cpp",
"thermalMonitor.cpp",
],
shared_libs: [
"libbase",
"libcutils",
"libhidlbase",
"libutils",
"liblog",
"android.hardware.thermal@1.0",
"android.hardware.thermal@2.0",
],
header_libs: [
"liblog_headers",
"libcutils_headers"
],
cflags: [
"-Wno-unused-parameter",
"-Wno-unused-variable",
],
}