sm8150-common: disable bluetooth audio hal

* Android 10 introduced a new bluetooth audio HAL which gets enabled by
  default. However, our QTI vendor blobs doesn't seem to work correctly
  with it as of my last attempt. Including the bluetooth HAL audio policy
  caused a null pointer straight away.

* For now, revert back to the old way of doing bluetooth audio.

Change-Id: I4b94b4d025822ad5319a4e7e15e5c71e171c3e6d
This commit is contained in:
Peter Cai 2019-09-29 09:30:04 +08:00 committed by LuK1337
parent a93cecb2c0
commit 98ec0062e7
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac \
persist.vendor.bt.aac_frm_ctl.enabled=true \
vendor.qcom.bluetooth.soc=cherokee
vendor.qcom.bluetooth.soc=cherokee \
persist.bluetooth.bluetooth_audio_hal.disabled=true \
persist.bluetooth.a2dp_offload.disabled=true
# Crypto
PRODUCT_PROPERTY_OVERRIDES += \