[P24] remove Thread HAL service
as thread software is not POR of p24 on TA, remove thread hal service here. will put it back once change goes into p24 branch. Bug: 333516795 Test: manual flash and check if thread hal service exists by adb shell ps |grep "thread_network" Change-Id: I83c34ab6e44be593d25bb29e883e6e00b967589d
This commit is contained in:
parent
af2d3563cc
commit
867521c482
3 changed files with 0 additions and 12 deletions
|
@ -392,10 +392,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Support RIL Domain-selection
|
||||
SUPPORT_RIL_DOMAIN_SELECTION := true
|
||||
|
||||
# Thread HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
com.google.caimito.hardware.threadnetwork
|
||||
|
||||
# ETM
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
|
|
|
@ -388,10 +388,6 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.support_one_handed_mode=true
|
||||
|
||||
# Thread HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
com.google.caimito.hardware.threadnetwork
|
||||
|
||||
# Keyboard height ratio and bottom padding in dp for portrait mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.com.google.ime.kb_pad_port_b=9.6 \
|
||||
|
|
|
@ -351,10 +351,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Support RIL Domain-selection
|
||||
SUPPORT_RIL_DOMAIN_SELECTION := true
|
||||
|
||||
# Thread HAL
|
||||
PRODUCT_PACKAGES += \
|
||||
com.google.caimito.hardware.threadnetwork
|
||||
|
||||
# Keyboard height ratio and bottom padding in dp for portrait mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.com.google.ime.kb_pad_port_b=8 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue