comet: add etm modules in userdebug/eng builds
Bug: 321061072 Test: build and run comet Change-Id: I7d1775c8b8b86964f1610cedc8191f2fdcb96fd2 Merged-In: I7d1775c8b8b86964f1610cedc8191f2fdcb96fd2
This commit is contained in:
@@ -30,6 +30,10 @@ include device/google/zumapro/BoardConfig-common.mk
|
||||
include device/google/comet-sepolicy/comet-sepolicy.mk
|
||||
include device/google/comet/wifi/BoardConfig-wifi.mk
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
-include device/google/common/etm/6_1/BoardUserdebugModules.mk
|
||||
endif
|
||||
|
||||
else
|
||||
|
||||
include device/google/comet23/comet23/BoardConfig.mk
|
||||
|
||||
@@ -383,3 +383,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
# Exynos RIL and telephony
|
||||
# Support RIL Domain-selection
|
||||
SUPPORT_RIL_DOMAIN_SELECTION := true
|
||||
|
||||
# ETM
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user