[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
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5cca60ceb87a9cb038cca13b52cb4da1e28970a3)
Merged-In: Ia4c235660bffb91c8e522cf747f9e79a799cbeaf
Change-Id: Ia4c235660bffb91c8e522cf747f9e79a799cbeaf
This commit is contained in:
shihchienc 2024-06-21 08:41:31 +00:00 committed by Android Build Coastguard Worker
parent ad53d8c24f
commit 0e36c1196c

View file

@ -472,12 +472,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.thread_dispatcher.enabled=true 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 # Camera concurrent foldable dual front feature support
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
concurrent_foldable_dual_front_xml concurrent_foldable_dual_front_xml