Merge "thread: disable hal service" into main

This commit is contained in:
Treehugger Robot 2024-09-11 06:21:29 +00:00 committed by Android (Google) Code Review
commit ac65b73af7

View file

@ -518,13 +518,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 \
ThreadNetworkDemoApp
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