comet: add etm modules in userdebug/eng builds

Bug: 321061072
Test: build and run comet
Change-Id: I7d1775c8b8b86964f1610cedc8191f2fdcb96fd2
This commit is contained in:
Yabin Cui 2024-03-06 14:24:38 -08:00
parent b7a116a88e
commit a517043f44
2 changed files with 9 additions and 0 deletions

View file

@ -389,3 +389,8 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
# Thread HAL
PRODUCT_PACKAGES += \
com.google.comet.hardware.threadnetwork
# ETM
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
endif