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