blob: 0b068e7fb168784de7abdd76e9613cec4f936d1b [file] [log] [blame]
cc_library_shared {
name: "android.hardware.thermal@1.0-impl",
proprietary: true,
relative_install_path: "hw",
srcs: ["Thermal.cpp"],
shared_libs: [
"liblog",
"libcutils",
"libhardware",
"libbase",
"libcutils",
"libutils",
"libhidlbase",
"libhidltransport",
"android.hardware.thermal@1.0",
],
}