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:
parent
75736713e2
commit
5f059b7aba
2 changed files with 0 additions and 14 deletions
|
@ -707,13 +707,4 @@
|
|||
<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>
|
||||
|
|
|
@ -112,11 +112,6 @@ PRODUCT_PACKAGES += \
|
|||
vendor.qti.hardware.btconfigstore@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
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.camera.provider@2.4-impl \
|
||||
|
|
Loading…
Reference in a new issue