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

Commit 1d8a1c95 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix order of compatibility matrix." into pi-dev

parents ba20b76d 6684b2c6
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">