blob: 819f0b1a31e47da76cbad2b955060578c7438512 [file] [log] [blame]
Polina Bondarenko254e2fe2016-10-11 16:39:23 +02001cc_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",
Yifan Hong6b920e42016-11-16 14:17:58 -080013 "libhidlbase",
14 "libhidltransport",
Polina Bondarenko254e2fe2016-10-11 16:39:23 +020015 "android.hardware.thermal@1.0",
16 ],
17}