Add soong config property for skiping opening BT/WiFi coex device
Add BLUETOOTH_SKIP_COEX_DEVICE that BT can skip opening BT/WiFi coex device to enable BT. It is for device bringup stage to make BT can be enabled before WiFi bring up. Bug: 261526478 Test: local build and enable BT Change-Id: Id2af2979c4ddcf164484c7fa1bef2e4f5d0a8956
This commit is contained in:
parent
4c298cdd0c
commit
c01a9f09cf
1 changed files with 6 additions and 0 deletions
|
@ -108,6 +108,12 @@ PRODUCT_PACKAGES_DEBUG += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.a2dp_aac.vbr_supported=true
|
persist.bluetooth.a2dp_aac.vbr_supported=true
|
||||||
|
|
||||||
|
# TODO b/261526478 remove after BT/WiFi codex device exists
|
||||||
|
# Bluetooth does not open BT/WiFi codex device before WiFi bringup
|
||||||
|
BLUETOOTH_SKIP_COEX_DEVICE := true
|
||||||
|
# Inject soong bluetooth configurations
|
||||||
|
$(call soong_config_set,bluetooth,bluetooth_skip_coex_device,$(BLUETOOTH_SKIP_COEX_DEVICE))
|
||||||
|
|
||||||
# Spatial Audio
|
# Spatial Audio
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libspatialaudio \
|
libspatialaudio \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue