commit | 95732c6cb9f3654a8dad82cad8a5df0dec83fd0a | [log] [tgz] |
---|---|---|
author | Shunkai Yao <yaoshunkai@google.com> | Tue Oct 10 19:26:07 2023 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Tue Nov 07 18:18:24 2023 +0000 |
tree | 2ed00abe52013321cdd7199ca29b352603527b14 | |
parent | 4dc2b1f7282e5a1e2c333f301a3d1e62fb22eb0b [diff] [blame] |
Add defaults for audio AIDL interfaces - with defaults user don't have to change their Android.bp when there is a update - update AIDL audio interfaces with android.media.audio.common.types - update Spatialization and HeadTracking AIDL usage Bug: 273373363 Bug: 293370815 Test: m Test: lunch panther-trunk_staging-userdebug; m; test Bluetooth Audio (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1977a4a664cc71e1d9841a01573b63793f88ae59) Merged-In: Ic9d8afc1d4e19e4243c66065b0a5d29156632851 Change-Id: Ic9d8afc1d4e19e4243c66065b0a5d29156632851
diff --git a/bluetooth/audio/aidl/default/bluetooth_audio.xml b/bluetooth/audio/aidl/default/bluetooth_audio.xml index c0bc55e..3561dd1 100644 --- a/bluetooth/audio/aidl/default/bluetooth_audio.xml +++ b/bluetooth/audio/aidl/default/bluetooth_audio.xml
@@ -1,7 +1,7 @@ <manifest version="1.0" type="device"> <hal format="aidl"> <name>android.hardware.bluetooth.audio</name> - <version>3</version> + <version>4</version> <fqname>IBluetoothAudioProviderFactory/default</fqname> </hal> </manifest>