Skip to content

Commit

Permalink
breeze: Enable AOSP bluetooth audio HAL v2
Browse files Browse the repository at this point in the history
Change-Id: I4d12752ae5fb2829d6612647c8740c84967f5434
Signed-off-by: Sakthivel Nadar <55133980+SakthivelNadar@users.noreply.github.com>
  • Loading branch information
moetayuko authored and Hadenix committed Oct 17, 2023
1 parent 38b07c4 commit 270b6d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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 \
audio.r_submix.default \
audio.usb.default \
libaudiopreprocessing \
Expand Down
5 changes: 5 additions & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
</interface>
<fqname>@1.0::IBluetoothHci/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth.audio</name>
<transport>hwbinder</transport>
<fqname>@2.0::IBluetoothAudioProvidersFactory/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport>hwbinder</transport>
Expand Down

0 comments on commit 270b6d9

Please sign in to comment.