From 5cca60ceb87a9cb038cca13b52cb4da1e28970a3 Mon Sep 17 00:00:00 2001 From: shihchienc Date: Fri, 21 Jun 2024 08:41:31 +0000 Subject: [PATCH] [Thread] remove thread hal This is a workaround to avoid release blocker in the current release. Remove the service to not trigger the related test. Original fix would be included in the next release. Bug: 348316291 Flag: NONE workaround to not trigger test Test: build pass and check Change-Id: Ia4c235660bffb91c8e522cf747f9e79a799cbeaf --- device-comet.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/device-comet.mk b/device-comet.mk index 51807b2..21f3428 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -472,12 +472,6 @@ PRODUCT_PACKAGES += \ 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 - # Camera concurrent foldable dual front feature support PRODUCT_PACKAGES += \ concurrent_foldable_dual_front_xml