Merge "bthal: disable thread dispatcher" into main
This commit is contained in:
commit
78ede485a2
1 changed files with 3 additions and 2 deletions
|
@ -517,12 +517,13 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
endif
|
||||
|
||||
# Connectivity Resources Overlay
|
||||
# Connectivity Resources Overlay for Thread host settings
|
||||
PRODUCT_PACKAGES += \
|
||||
ConnectivityResourcesOverlayCometOverride
|
||||
|
||||
# Thread Dispatcher enablement in Bluetooth HAL
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.thread_dispatcher.enabled=true
|
||||
persist.bluetooth.thread_dispatcher.enabled=false
|
||||
|
||||
# Camera concurrent foldable dual front feature support
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue