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 | 48c5224 | 2017-03-08 16:11:32 -0800 | [diff] [blame] | 3 | defaults: ["hidl_defaults"], |
Steven Moreland | a0da1a1 | 2017-02-13 09:59:06 -0800 | [diff] [blame] | 4 | proprietary: true, |
Polina Bondarenko | 254e2fe | 2016-10-11 16:39:23 +0200 | [diff] [blame] | 5 | relative_install_path: "hw", |
| 6 | srcs: ["Thermal.cpp"], |
| 7 | shared_libs: [ |
| 8 | "liblog", |
| 9 | "libcutils", |
| 10 | "libhardware", |
Polina Bondarenko | 254e2fe | 2016-10-11 16:39:23 +0200 | [diff] [blame] | 11 | "libbase", |
| 12 | "libcutils", |
| 13 | "libutils", |
Yifan Hong | 6b920e4 | 2016-11-16 14:17:58 -0800 | [diff] [blame] | 14 | "libhidlbase", |
| 15 | "libhidltransport", |
Polina Bondarenko | 254e2fe | 2016-10-11 16:39:23 +0200 | [diff] [blame] | 16 | "android.hardware.thermal@1.0", |
| 17 | ], |
| 18 | } |