Merge "order the instance android.hardware.threadnetwork in the matrix XML" into main

This commit is contained in:
Zhanglong Xia
2023-08-29 01:48:42 +00:00
committed by Gerrit Code Review

View File

@@ -646,6 +646,14 @@
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true" updatable-via-apex="true">
<name>android.hardware.threadnetwork</name>
<version>1</version>
<interface>
<name>IThreadChip</name>
<regex-instance>chip[0-9]+</regex-instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.tv.hdmi.cec</name>
<version>1</version>
@@ -787,12 +795,4 @@
<regex-instance>.*</regex-instance>
</interface>
</hal>
<hal format="aidl" optional="true" updatable-via-apex="true">
<name>android.hardware.threadnetwork</name>
<version>1</version>
<interface>
<name>IThreadChip</name>
<regex-instance>chip[0-9]+</regex-instance>
</interface>
</hal>
</compatibility-matrix>