Polina Bondarenko | 254e2fe | 2016-10-11 16:39:23 +0200 | [diff] [blame] | 1 | cc_library_shared { |
| 2 | name: "android.hardware.thermal@1.0-impl", |
Steven Moreland | a0da1a1 | 2017-02-13 09:59:06 -0800 | [diff] [blame] | 3 | proprietary: true, |
Polina Bondarenko | 254e2fe | 2016-10-11 16:39:23 +0200 | [diff] [blame] | 4 | relative_install_path: "hw", |
| 5 | srcs: ["Thermal.cpp"], |
| 6 | shared_libs: [ |
| 7 | "liblog", |
| 8 | "libcutils", |
| 9 | "libhardware", |
Polina Bondarenko | 254e2fe | 2016-10-11 16:39:23 +0200 | [diff] [blame] | 10 | "libbase", |
| 11 | "libcutils", |
| 12 | "libutils", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 13 | "libhidlbase", |
| 14 | "libhidltransport", |
Polina Bondarenko | 254e2fe | 2016-10-11 16:39:23 +0200 | [diff] [blame] | 15 | "android.hardware.thermal@1.0", |
| 16 | ], |
| 17 | } |