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:
Steven Moreland
2019-08-23 09:32:34 -07:00
parent 0c7812c7f5
commit 71521f83cf

View File

@@ -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>