universal7885: Revert bt audio hal version to 2.1

* Android U will have that 2.2
This commit is contained in:
roynatech2544 2022-08-17 13:51:51 +09:00
commit 7e6531b412
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.bluetooth.audio</name> <name>android.hardware.bluetooth.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@2.2::IBluetoothAudioProvidersFactory/default</fqname> <fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.bluetooth</name> <name>android.hardware.bluetooth</name>

View file

@ -26,7 +26,7 @@ PRODUCT_PACKAGES += \
# Audio (BT) # Audio (BT)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.bluetooth.audio@2.2-impl \ android.hardware.bluetooth.audio@2.1-impl \
audio.bluetooth.default audio.bluetooth.default
# Audio Configs # Audio Configs