Todd Poynor | 46f388c | 2017-06-22 18:13:56 -0700 | [diff] [blame^] | 1 | cc_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 | } |