Merge "Enable Thread HAL on KM4CM4TK4" into main

This commit is contained in:
Treehugger Robot 2024-05-08 03:30:55 +00:00 committed by Android (Google) Code Review
commit 38bb4f8918
6 changed files with 32 additions and 0 deletions

View file

@ -38,3 +38,5 @@ BtHalBqrEnable = false
# <string> The hardware stage with old chip revision is no longer
# supported by BT firmware.
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
ThreadDispatcherEnabled = true

View file

@ -38,3 +38,5 @@ BtHalBqrEnable = false
# <string> The hardware stage with old chip revision is no longer
# supported by BT firmware.
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
ThreadDispatcherEnabled = true

View file

@ -38,3 +38,5 @@ BtHalBqrEnable = false
# <string> The hardware stage with old chip revision is no longer
# supported by BT firmware.
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
ThreadDispatcherEnabled = true

View file

@ -414,3 +414,12 @@ PRODUCT_PACKAGES += \
#Component Override for Pixel Troubleshooting App
PRODUCT_COPY_FILES += \
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
# Thread HAL
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
endif

View file

@ -415,3 +415,12 @@ PRODUCT_PACKAGES += \
#Component Override for Pixel Troubleshooting App
PRODUCT_COPY_FILES += \
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
# Thread HAL
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
endif

View file

@ -379,3 +379,11 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
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
# Thread HAL
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
endif