compatibility_matrices: T launching devices allow to use light V1 AIDL.

AIDL deprecation checks are only implemented in U,
so the existing V2 requirement on the T matrix
did not take effect on T branches. Hence, we
shouldn't add requirements retroactively.

Test: TH
Bug: 298318354
Change-Id: Iaf38c6d6270f4aa9c7163540a396045be9d7865a
This commit is contained in:
Yifan Hong 2023-09-07 16:54:41 -07:00
parent 858665687d
commit 6299324831

View file

@ -427,7 +427,7 @@
</hal> </hal>
<hal format="aidl" optional="true"> <hal format="aidl" optional="true">
<name>android.hardware.light</name> <name>android.hardware.light</name>
<version>2</version> <version>1-2</version>
<interface> <interface>
<name>ILights</name> <name>ILights</name>
<instance>default</instance> <instance>default</instance>