Polina Bondarenko | 254e2fe | 2016-10-11 16:39:23 +0200 | [diff] [blame] | 1 | cc_library_shared { |
2 | name: "android.hardware.thermal@1.0-impl", | ||||
3 | relative_install_path: "hw", | ||||
4 | srcs: ["Thermal.cpp"], | ||||
5 | shared_libs: [ | ||||
6 | "liblog", | ||||
7 | "libcutils", | ||||
8 | "libhardware", | ||||
9 | "libhwbinder", | ||||
10 | "libbase", | ||||
11 | "libcutils", | ||||
12 | "libutils", | ||||
13 | "libhidl", | ||||
14 | "android.hardware.thermal@1.0", | ||||
15 | ], | ||||
16 | } |