Skip to content

Commit

Permalink
breeze: Uprev bluetooth audio HIDL impl to 2.1
Browse files Browse the repository at this point in the history
* We get free LC3 support, isn't it poggers?

Change-Id: I0f1713ee542102374183ef8088bcad62d3859c2f
  • Loading branch information
SebaUbuntu authored and Hadenix committed Oct 17, 2023
1 parent 270b6d9 commit ffe1b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PRODUCT_PACKAGES += \
android.hardware.audio@4.0.vendor \
android.hardware.soundtrigger@2.1-impl \
audio.bluetooth.default \
android.hardware.bluetooth.audio@2.0-impl \
android.hardware.bluetooth.audio@2.1-impl \
audio.r_submix.default \
audio.usb.default \
libaudiopreprocessing \
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<hal format="hidl">
<name>android.hardware.bluetooth.audio</name>
<transport>hwbinder</transport>
<fqname>@2.0::IBluetoothAudioProvidersFactory/default</fqname>
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>
Expand Down

0 comments on commit ffe1b4e

Please sign in to comment.