Merge changes from topic "hal_impl_test_auto_udc" into udc-dev
* changes: Update automotive.audiocontrol manifest and compat matrix Update vhal manifest fragment and compat matrix
This commit is contained in:
commit
42bf8fd06c
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<manifest version="2.0" type="device">
|
||||
<hal format="aidl">
|
||||
<name>android.hardware.automotive.audiocontrol</name>
|
||||
<version>2</version>
|
||||
<version>3</version>
|
||||
<fqname>IAudioControl/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="aidl">
|
||||
<name>android.hardware.automotive.vehicle</name>
|
||||
<version>1</version>
|
||||
<version>2</version>
|
||||
<fqname>IVehicle/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.automotive.audiocontrol</name>
|
||||
<version>2</version>
|
||||
<version>2-3</version>
|
||||
<interface>
|
||||
<name>IAudioControl</name>
|
||||
<instance>default</instance>
|
||||
|
@ -103,6 +103,7 @@
|
|||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>android.hardware.automotive.vehicle</name>
|
||||
<version>1-2</version>
|
||||
<interface>
|
||||
<name>IVehicle</name>
|
||||
<instance>default</instance>
|
||||
|
|
Loading…
Reference in a new issue