From cb5232c467107f9f3c1b4868acbaf1416b3924b3 Mon Sep 17 00:00:00 2001 From: shihchienc Date: Mon, 9 Sep 2024 13:02:06 +0000 Subject: [PATCH] thread: disable hal service there are lots of stability issues and we have solution in 25q1, remove hal servicei in 24q4 for now. Bug: 365514662 Bug: 365422985 Bug: 361025365 Bug: 362138096 Bug: 356029645 Bug: 360998385 Flag: EXEMPT config change Test: build pass and check no service in release branch Change-Id: Ib66b26856790c4f22be246502e13574b2cd517cd --- device-comet.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/device-comet.mk b/device-comet.mk index 5fc689f..df07be3 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -518,13 +518,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 \ - ThreadNetworkDemoApp -endif - # Camera concurrent foldable dual front feature support PRODUCT_PACKAGES += \ concurrent_foldable_dual_front_xml