From 71521f83cfc8e1c57cb9e3ef5eabf201dac57d8f Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 23 Aug 2019 09:32:34 -0700 Subject: [PATCH] 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 --- compatibility_matrices/compatibility_matrix.current.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index 6e1bc8fa78..be8d7cadd7 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml @@ -426,7 +426,7 @@ android.hardware.thermal - 1.0-1 + 1.0 2.0 IThermal