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: Ie2c9b91c09a526de434a5becb717803ba8693f1a
This commit is contained in:
parent
ca07bb9d15
commit
635682a2ad
3 changed files with 15 additions and 12 deletions
|
@ -469,17 +469,18 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
# Window Extensions
|
# Window Extensions
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
|
||||||
# Connectivity Resources Overlay
|
# Connectivity Resources Overlay for Thread host settings
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
ConnectivityResourcesOverlayCaimitoOverride
|
ConnectivityResourcesOverlayCaimitoOverride
|
||||||
|
|
||||||
|
# Thread Dispatcher enablement in Bluetooth HAL
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.thread_dispatcher.enabled=false
|
||||||
|
|
||||||
#Component Override for Pixel Troubleshooting App
|
#Component Override for Pixel Troubleshooting App
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/caimito/caiman/caiman-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/caiman-component-overrides.xml
|
device/google/caimito/caiman/caiman-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/caiman-component-overrides.xml
|
||||||
|
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
|
||||||
persist.bluetooth.thread_dispatcher.enabled=true
|
|
||||||
|
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
# Caiman: 0x4110
|
# Caiman: 0x4110
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
|
@ -470,17 +470,18 @@ 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 += \
|
||||||
ConnectivityResourcesOverlayCaimitoOverride
|
ConnectivityResourcesOverlayCaimitoOverride
|
||||||
|
|
||||||
|
# Thread Dispatcher enablement in Bluetooth HAL
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.thread_dispatcher.enabled=false
|
||||||
|
|
||||||
#Component Override for Pixel Troubleshooting App
|
#Component Override for Pixel Troubleshooting App
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/caimito/komodo/komodo-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/komodo-component-overrides.xml
|
device/google/caimito/komodo/komodo-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/komodo-component-overrides.xml
|
||||||
|
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
|
||||||
persist.bluetooth.thread_dispatcher.enabled=true
|
|
||||||
|
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
# Komodo: 0x4111
|
# Komodo: 0x4111
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
|
@ -435,17 +435,18 @@ 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 += \
|
||||||
ConnectivityResourcesOverlayCaimitoOverride
|
ConnectivityResourcesOverlayCaimitoOverride
|
||||||
|
|
||||||
|
# Thread Dispatcher enablement in Bluetooth HAL
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.thread_dispatcher.enabled=false
|
||||||
|
|
||||||
#Component Override for Pixel Troubleshooting App
|
#Component Override for Pixel Troubleshooting App
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/caimito/tokay/tokay-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/tokay-component-overrides.xml
|
device/google/caimito/tokay/tokay-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/tokay-component-overrides.xml
|
||||||
|
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
|
||||||
persist.bluetooth.thread_dispatcher.enabled=true
|
|
||||||
|
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
# Tokay: 0x4112
|
# Tokay: 0x4112
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue