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

Commit ce3aab7b authored by Yifan Hong's avatar Yifan Hong
Browse files

Fix automotive.* hals for oc-dev

Test: builds
Change-Id: I12795a37d3bbd1508e059a79bb61e1b4bc1a9a3f
parent 47d88d6e
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -18,10 +18,18 @@
    <hal format="hidl" optional="true">
        <name>android.hardware.automotive.evs</name>
        <version>1.0</version>
        <interface>
            <name>IEvsEnumerator</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.automotive.vehicle</name>
        <version>2.1</version>
        <version>2.0</version>
        <interface>
            <name>IVehicle</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl" optional="true">
        <name>android.hardware.biometrics.fingerprint</name>