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:
Joe Tessler 2024-12-05 04:19:55 +00:00
parent 3c9ee42c23
commit ae42297f0f

View file

@ -1,7 +1,7 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="aidl">
<name>vendor.google.whitechapel.audio.extension</name>
<version>4</version>
<version>5</version>
<interface>
<name>IAudioExtension</name>
<instance>default</instance>