blob: 0f2a5823e4f2718a02d8a0bc2f3bf0d3fe2fdeae [file] [log] [blame]
cc_library {
name: "libpixelthermal",
vendor_available: true,
export_include_dirs: ["include"],
srcs: [
"cooling_devices.cpp",
"device_file_watcher.cpp",
"sensors.cpp",
"ThermalConfigParser.cpp",
],
cflags: [
"-Wall",
"-Werror",
],
shared_libs: [
"libbase",
"libcutils",
"libhwbinder",
"libutils",
"android.hardware.thermal@1.0"
],
}