komodo: add etm modules in userdebug/eng builds

Bug: 321061072
Test: build and run komodo
Change-Id: Ida1044c1d997f19b9072af3da233d3a781cd9e89
This commit is contained in:
Yabin Cui 2024-03-13 11:11:01 -07:00
parent c7039b4563
commit d229360359
2 changed files with 9 additions and 0 deletions

View file

@ -391,3 +391,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
# ETM
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
endif

View file

@ -27,3 +27,7 @@ include device/google/zumapro/BoardConfig-common.mk
-include vendor/google_devices/komodo/proprietary/BoardConfigVendor.mk
include device/google/caimito-sepolicy/komodo-sepolicy.mk
include device/google/caimito/wifi/BoardConfig-wifi.mk
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
-include device/google/common/etm/6_1/BoardUserdebugModules.mk
endif