blob: e98506e47eec1f17c6dabf1ecbad407783f1cf80 [file] [log] [blame]
Todd Poynor46f388c2017-06-22 18:13:56 -07001cc_library_shared {
2 name: "libthermalcallback",
3 srcs: [
4 "ThermalCallback.cpp",
5 ],
6 cflags: [
7 "-Wall",
8 "-Werror",
9 ],
10 include_dirs: ["frameworks/native"],
11 shared_libs: [
12 "android.hardware.thermal@1.1",
13 "libhidlbase",
14 "libhidltransport",
15 "liblog",
16 "libthermalservice",
17 "libutils",
18 ],
19}