bthal: disable thread dispatcher
Disable as current project not support Thread in the host. Bug: 368229266 Flag: NONE config change Test: check log Change-Id: I80172f7af8fe109f30c1ee0d23aa68102c3214fe
This commit is contained in:
parent
56f79bd244
commit
01533e94c5
1 changed files with 3 additions and 2 deletions
|
@ -513,12 +513,13 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Connectivity Resources Overlay
|
# Connectivity Resources Overlay for Thread host settings
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
ConnectivityResourcesOverlayCometOverride
|
ConnectivityResourcesOverlayCometOverride
|
||||||
|
|
||||||
|
# Thread Dispatcher enablement in Bluetooth HAL
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.thread_dispatcher.enabled=true
|
persist.bluetooth.thread_dispatcher.enabled=false
|
||||||
|
|
||||||
# Camera concurrent foldable dual front feature support
|
# Camera concurrent foldable dual front feature support
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue