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

Commit e439ea0d authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

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

am: 1d8a1c95

Change-Id: I47081b61404fb3b8dbe404b8aa4292a457257495
parents 0663de54 1d8a1c95
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">