Update IAudioExtension AIDL to v5
We unfroze the v4 IAudioExtension AIDL API and modified it in ag/30424231, meaning we need to increment references AIDL version elsewhere to take advantage of the new functionality (and to make tests happy). We will freeze the IAudioExtension AIDL API as v5 at a later date. Bug: 378303588 Test: atest vts_treble_vintf_vendor_test Flag: vendor.google.whitechapel.audio.flags.enable_always_available_display Change-Id: I94434fcc2802c8759b59a0004aca1be603e7e88e
This commit is contained in:
parent
3c9ee42c23
commit
ae42297f0f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<compatibility-matrix version="1.0" type="framework">
|
<compatibility-matrix version="1.0" type="framework">
|
||||||
<hal format="aidl">
|
<hal format="aidl">
|
||||||
<name>vendor.google.whitechapel.audio.extension</name>
|
<name>vendor.google.whitechapel.audio.extension</name>
|
||||||
<version>4</version>
|
<version>5</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IAudioExtension</name>
|
<name>IAudioExtension</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue