Files
device_google_wahoo/thermal/Android.bp
Todd Poynor 5017c68f1d thermal: convert Thermal HAL from standalone service to library
Thermal HAL to be loaded by the vendor thermal-engine executable, in
prep for notifications of thermal events from thermal-engine via
Thermal HAL.

Bug: 30982366
Test: VtsHalThermalV1_0Target on walleye
Change-Id: Ie95d90b79bf6ed10593ebf3ec5accc278fda8720
2017-09-20 18:03:55 +00:00

20 lines
433 B
Plaintext

cc_library_shared {
name: "android.hardware.thermal@1.0-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",
],
}