Enable Thread HAL on CT3
1. Add Thread HAL service 2. Turn on BT property Bug: 318601784 Test: manual Change-Id: I074c68054a1a64c354b9fa44b87c011dfbb20743
This commit is contained in:
parent
4922b93732
commit
20feb78831
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -431,3 +431,12 @@ endif
|
|||
# Connectivity Resources Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
ConnectivityResourcesOverlayCometOverride
|
||||
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.thread_dispatcher.enabled=true
|
||||
|
||||
# Thread HAL
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_PACKAGES += \
|
||||
com.google.comet.hardware.threadnetwork
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue