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>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@7.0::IEffectsFactory/default</fqname>
|
<fqname>@7.0::IEffectsFactory/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.bluetooth.audio</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.bluetooth</name>
|
<name>android.hardware.bluetooth</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Audio (BT)
|
# Audio (BT)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.bluetooth.audio@2.1-impl \
|
android.hardware.bluetooth.audio-impl \
|
||||||
audio.bluetooth.default
|
audio.bluetooth.default
|
||||||
|
|
||||||
# Audio Configs
|
# Audio Configs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue