mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Updates for IThermal V1.1, add IThermalCallback registration method. Bug: 30982366 Test: VtsHalThermalV1_1Target on walleye Change-Id: I71d2a14c669c66bf69608735c68350141bf647e9
21 lines
473 B
Plaintext
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",
|
|
],
|
|
}
|