Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdf2b0e9 authored by Zhanglong Xia's avatar Zhanglong Xia Committed by Gerrit Code Review
Browse files

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

parents c9174b9a f52d91b1
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -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>