blob: 312579c8ca73151d453e5b84a8fa46a9f7a574b7 [file] [log] [blame]
cc_library_shared {
name: "libthermalcallback",
srcs: [
"ThermalCallback.cpp",
"ThermalChangedCallback.cpp",
],
cflags: [
"-Wall",
"-Werror",
],
include_dirs: ["frameworks/native"],
shared_libs: [
"android.hardware.thermal@1.1",
"android.hardware.thermal@2.0",
"libhidlbase",
"libhidltransport",
"liblog",
"libthermalservice",
"libutils",
],
}