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:
parent
b302d37735
commit
435d5f4f57
2 changed files with 15 additions and 0 deletions
|
@ -692,4 +692,13 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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>
|
</manifest>
|
||||||
|
|
|
@ -112,6 +112,12 @@ PRODUCT_PACKAGES += \
|
||||||
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
vendor.qti.hardware.btconfigstore@1.0.vendor \
|
||||||
vendor.qti.hardware.capabilityconfigstore@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
|
# Camera
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.camera.provider@2.4-impl \
|
android.hardware.camera.provider@2.4-impl \
|
||||||
|
|
Loading…
Reference in a new issue