mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-30 13:28:09 +00:00
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
20 lines
433 B
Plaintext
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",
|
|
],
|
|
}
|