mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Deprecate thermal@1.1 HAL for launching devices.
This HAL interface was setup to have multiple clients, but the interface (and many implementations) didn't separate clients use of callbacks. That is, one client could delete the callback of the other. Instead, thermal@2.0 should be used. Bug: 118792995 Test: assemble_vintf Change-Id: I2338cf63c6f450b22894406c9426d8d2ddac1057
This commit is contained in:
@@ -426,7 +426,7 @@
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>android.hardware.thermal</name>
|
||||
<version>1.0-1</version>
|
||||
<version>1.0</version>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IThermal</name>
|
||||
|
||||
Reference in New Issue
Block a user