Merge "Migrate all related audio component to media.audio.common.types V4" into main

This commit is contained in:
Treehugger Robot
2024-06-26 20:23:51 +00:00
committed by Gerrit Code Review
10 changed files with 32 additions and 31 deletions

View File

@@ -85,12 +85,12 @@ aidl_interface {
},
],
frozen: true,
frozen: false,
}
// Note: This should always be one version ahead of the last frozen version
latest_android_hardware_bluetooth_audio = "android.hardware.bluetooth.audio-V4"
latest_android_hardware_bluetooth_audio = "android.hardware.bluetooth.audio-V5"
cc_defaults {
name: "latest_android_hardware_bluetooth_audio_ndk_shared",

View File

@@ -1,7 +1,7 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.bluetooth.audio</name>
<version>4</version>
<version>5</version>
<fqname>IBluetoothAudioProviderFactory/default</fqname>
</hal>
</manifest>