mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Revert bt audio hal version to 2.1
* Android U will have that 2.2
This commit is contained in:
parent
dfdfa733fb
commit
7e6531b412
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.bluetooth.audio</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@2.2::IBluetoothAudioProvidersFactory/default</fqname>
|
||||
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.bluetooth</name>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Audio (BT)
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth.audio@2.2-impl \
|
||||
android.hardware.bluetooth.audio@2.1-impl \
|
||||
audio.bluetooth.default
|
||||
|
||||
# Audio Configs
|
||||
|
|
|
|||
Loading…
Reference in a new issue