From 6a7042decfdfd4f35611c5fe6b7016172991cdf6 Mon Sep 17 00:00:00 2001 From: shihchienc Date: Tue, 9 Apr 2024 16:52:33 +0000 Subject: [PATCH] [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 867521c4829919abea0c4c12cbdbf34df665c91b) --- device-caiman.mk | 4 ---- device-komodo.mk | 4 ---- device-tokay.mk | 4 ---- 3 files changed, 12 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index 6456475f..4a349e75 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -389,10 +389,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) diff --git a/device-komodo.mk b/device-komodo.mk index 69bc5b92..0f74a6ce 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -385,10 +385,6 @@ SUPPORT_RIL_DOMAIN_SELECTION := true PRODUCT_PRODUCT_PROPERTIES += \ ro.support_one_handed_mode=true -# Thread HAL -PRODUCT_PACKAGES += \ - com.google.caimito.hardware.threadnetwork - # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-tokay.mk b/device-tokay.mk index c71e6cb3..f7ac48a6 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -348,10 +348,6 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Support RIL Domain-selection SUPPORT_RIL_DOMAIN_SELECTION := true -# Thread HAL -PRODUCT_PACKAGES += \ - com.google.caimito.hardware.threadnetwork - # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)