sdm710-common: build missing Bluetooth A2DP

I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default in either framework or device VINTF manifest.

E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default.

W audiohalservice: Could not register Bluetooth Audio Offload API
This commit is contained in:
Cristian Vázquez 2022-03-04 08:58:59 +01:00 committed by CakesTwix
parent b302d37735
commit 435d5f4f57
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 15 additions and 0 deletions

View file

@ -692,4 +692,13 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.bluetooth.a2dp</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBluetoothAudioOffload</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View file

@ -112,6 +112,12 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.btconfigstore@1.0.vendor \
vendor.qti.hardware.capabilityconfigstore@1.0.vendor
# A2DP
PRODUCT_PACKAGES += \
audio.a2dp.default \
android.hardware.bluetooth.a2dp@1.0-impl \
android.hardware.bluetooth.a2dp@1.0-service
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl \