sm6250-common: Uprev bluetooth audio HIDL impl to 2.1

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

Change-Id: I0f1713ee542102374183ef8088bcad62d3859c2f
This commit is contained in:
Sebastiano Barezzi 2021-10-12 01:00:17 +02:00 committed by Alexander Winkowski
parent ee712a1a86
commit b8b22c6cfb
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ PRODUCT_PACKAGES += \
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.audio.service \ android.hardware.audio.service \
android.hardware.bluetooth.audio@2.0-impl \ android.hardware.bluetooth.audio@2.1-impl \
android.hardware.soundtrigger@2.2-impl android.hardware.soundtrigger@2.2-impl
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \

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.camera.provider</name> <name>android.hardware.camera.provider</name>