Fix automotive.* hals for oc-dev

Test: builds
Change-Id: I12795a37d3bbd1508e059a79bb61e1b4bc1a9a3f
This commit is contained in:
Yifan Hong
2017-05-23 11:16:20 -07:00
parent 47d88d6eeb
commit ce3aab7bd0

View File

@@ -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>