[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
Merged-In: I83c34ab6e44be593d25bb29e883e6e00b967589d
(cherry picked from commit 867521c482)
This commit is contained in:
shihchienc 2024-04-09 16:52:33 +00:00
parent b086079cb4
commit 6a7042decf
3 changed files with 0 additions and 12 deletions

View file

@ -389,10 +389,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Support RIL Domain-selection # Support RIL Domain-selection
SUPPORT_RIL_DOMAIN_SELECTION := true SUPPORT_RIL_DOMAIN_SELECTION := true
# Thread HAL
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
# ETM # ETM
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk) $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)

View file

@ -385,10 +385,6 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
ro.support_one_handed_mode=true ro.support_one_handed_mode=true
# Thread HAL
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
# Window Extensions # Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View file

@ -348,10 +348,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Support RIL Domain-selection # Support RIL Domain-selection
SUPPORT_RIL_DOMAIN_SELECTION := true SUPPORT_RIL_DOMAIN_SELECTION := true
# Thread HAL
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
# Window Extensions # Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)