sdm710-common: Remove bluetooth a2dp support Fixed files are incompatible: android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default is deprecated in compatibility matrix at FCM Version 5; it should not be served.

This commit is contained in:
sreelekshman 2023-01-26 23:23:08 +05:30 committed by CakesTwix
parent 75736713e2
commit 5f059b7aba
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 0 additions and 14 deletions

View file

@ -707,13 +707,4 @@
<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>

View file

@ -112,11 +112,6 @@ 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 += \
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 \