allwinner_a64/android/frameworks/native/services/thermalservice/libthermalcallback/Android.bp
2018-08-08 15:50:00 +08:00

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",
],
}