Files
device_google_wahoo/thermal/Android.bp
Todd Poynor de912858f8 thermal: update to Thermal HAL v1.1
Updates for IThermal V1.1, add IThermalCallback registration method.

Bug: 30982366
Test: VtsHalThermalV1_1Target on walleye
Change-Id: I71d2a14c669c66bf69608735c68350141bf647e9
2017-09-20 18:04:32 +00:00

21 lines
473 B
Plaintext

cc_library_shared {
name: "android.hardware.thermal@1.1-wahoo",
defaults: ["hidl_defaults"],
owner: "qcom",
vendor: true,
relative_install_path: "hw",
srcs: [
"Thermal.cpp",
"thermal-helper.cpp",
],
export_include_dirs: ["."],
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"libutils",
"android.hardware.thermal@1.0",
"android.hardware.thermal@1.1",
],
}