[Thread] remove thread hal

This is a workaround to avoid release blocker in the current release.
Remove the service to not trigger the related teset. 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:c5abced669900ea0fdc2e098fe5933a04f7d6c76)
Merged-In: I29043ea8a1e9f7e954204451998e666de1d171a1
Change-Id: I29043ea8a1e9f7e954204451998e666de1d171a1
This commit is contained in:
shihchienc 2024-06-21 08:42:40 +00:00 committed by Android Build Coastguard Worker
parent aa041499af
commit 6ffa5b85d9
4 changed files with 0 additions and 22 deletions

View file

@ -434,9 +434,3 @@ PRODUCT_COPY_FILES += \
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.thread_dispatcher.enabled=true
# Thread HAL
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
endif

View file

@ -435,9 +435,3 @@ PRODUCT_COPY_FILES += \
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.thread_dispatcher.enabled=true
# Thread HAL
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
endif

View file

@ -243,7 +243,3 @@ PRODUCT_VENDOR_PROPERTIES += \
# PKVM Memory Reclaim
PRODUCT_VENDOR_PROPERTIES += \
hypervisor.memory_reclaim.supported=1
# Thread HAL
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork

View file

@ -406,9 +406,3 @@ PRODUCT_COPY_FILES += \
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.thread_dispatcher.enabled=true
# Thread HAL
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES += \
com.google.caimito.hardware.threadnetwork
endif