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

Commit 6684b2c6 authored by Steven Moreland's avatar Steven Moreland
Browse files

Fix order of compatibility matrix.

Bug: 65028233
Test: N/A
Change-Id: I46a0f86d19ba74186fc6eac32fa7c7b2289bcbdb
parent 4f9ad092
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -214,20 +214,20 @@
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.nfc</name>
        <name>android.hardware.neuralnetworks</name>
        <version>1.0</version>
        <interface>
            <name>INfc</name>
            <instance>default</instance>
            <name>IDevice</name>
            <!-- TODO(b/73738616): This should be * (match any) -->
            <instance>hvx</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.neuralnetworks</name>
        <name>android.hardware.nfc</name>
        <version>1.0</version>
        <interface>
            <name>IDevice</name>
            <!-- TODO(b/73738616): This should be * (match any) -->
            <instance>hvx</instance>
            <name>INfc</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">