universal7885: bluetooth: migrate to AIDL audio HAL

This commit is contained in:
Josh Wu 2022-08-15 21:50:57 +01:00 committed by roynatech2544
commit fa2d822329
2 changed files with 1 additions and 6 deletions

View file

@ -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>

View file

@ -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