Enable Thread HAL on KM4CM4TK4
1. Add Thread HAL service 2. Turn on BT property Bug: 318601784 Test: manual Change-Id: I2b1b58e65802394d630f808eab6a951688ef9bcb
This commit is contained in:
parent
8fefc7fb8d
commit
6cb6341727
6 changed files with 32 additions and 0 deletions
|
@ -38,3 +38,5 @@ BtHalBqrEnable = false
|
||||||
# <string> The hardware stage with old chip revision is no longer
|
# <string> The hardware stage with old chip revision is no longer
|
||||||
# supported by BT firmware.
|
# supported by BT firmware.
|
||||||
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
|
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
|
||||||
|
|
||||||
|
ThreadDispatcherEnabled = true
|
||||||
|
|
|
@ -38,3 +38,5 @@ BtHalBqrEnable = false
|
||||||
# <string> The hardware stage with old chip revision is no longer
|
# <string> The hardware stage with old chip revision is no longer
|
||||||
# supported by BT firmware.
|
# supported by BT firmware.
|
||||||
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
|
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
|
||||||
|
|
||||||
|
ThreadDispatcherEnabled = true
|
||||||
|
|
|
@ -38,3 +38,5 @@ BtHalBqrEnable = false
|
||||||
# <string> The hardware stage with old chip revision is no longer
|
# <string> The hardware stage with old chip revision is no longer
|
||||||
# supported by BT firmware.
|
# supported by BT firmware.
|
||||||
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
|
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
|
||||||
|
|
||||||
|
ThreadDispatcherEnabled = true
|
||||||
|
|
|
@ -415,3 +415,12 @@ PRODUCT_PACKAGES += \
|
||||||
#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
|
||||||
|
|
||||||
|
# Thread HAL
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
com.google.caimito.hardware.threadnetwork
|
||||||
|
endif
|
||||||
|
|
|
@ -416,3 +416,12 @@ PRODUCT_PACKAGES += \
|
||||||
#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
|
||||||
|
|
||||||
|
# Thread HAL
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
com.google.caimito.hardware.threadnetwork
|
||||||
|
endif
|
||||||
|
|
|
@ -380,3 +380,11 @@ PRODUCT_PACKAGES += \
|
||||||
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
|
||||||
|
|
||||||
|
# Thread HAL
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
com.google.caimito.hardware.threadnetwork
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue