19 lines
386 B
Text
19 lines
386 B
Text
cc_library_shared {
|
|
name: "libthermalcallback",
|
|
srcs: [
|
|
"ThermalCallback.cpp",
|
|
],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
include_dirs: ["frameworks/native"],
|
|
shared_libs: [
|
|
"android.hardware.thermal@1.1",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"liblog",
|
|
"libthermalservice",
|
|
"libutils",
|
|
],
|
|
}
|