mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: bluetooth: migrate to AIDL audio HAL
This commit is contained in:
parent
58ec1b7005
commit
fa2d822329
2 changed files with 1 additions and 6 deletions
|
|
@ -9,11 +9,6 @@
|
|||
<transport>hwbinder</transport>
|
||||
<fqname>@7.0::IEffectsFactory/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.bluetooth.audio</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.bluetooth</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Audio (BT)
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth.audio@2.1-impl \
|
||||
android.hardware.bluetooth.audio-impl \
|
||||
audio.bluetooth.default
|
||||
|
||||
# Audio Configs
|
||||
|
|
|
|||
Loading…
Reference in a new issue