rosemary: Uprev bluetooth audio HIDL impl to 2.1

* We get free LC3 support, isn't it poggers?

Change-Id: Ia8cef3905c133441cbe741c83d6d5ecdf4be2338
This commit is contained in:
Sebastiano Barezzi
2022-09-17 21:07:22 +01:00
committed by Matsvei Niaverau
parent e62dbd3d48
commit 2b39fecfee
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ PRODUCT_PACKAGES += \
android.hardware.audio.service \ android.hardware.audio.service \
android.hardware.audio@6.0-impl \ android.hardware.audio@6.0-impl \
android.hardware.audio.effect@6.0-impl \ android.hardware.audio.effect@6.0-impl \
android.hardware.bluetooth.audio@2.0-impl android.hardware.bluetooth.audio@2.1-impl
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
audio.a2dp.default \ audio.a2dp.default \

View File

@@ -17,7 +17,7 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.bluetooth.audio</name> <name>android.hardware.bluetooth.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@2.0::IBluetoothAudioProvidersFactory/default</fqname> <fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.boot</name> <name>android.hardware.boot</name>