[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:
shihchienc 2024-04-09 16:52:33 +00:00
parent af2d3563cc
commit 867521c482
3 changed files with 0 additions and 12 deletions

View file

@ -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)

View file

@ -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 \

View file

@ -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 \