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:
parent
e40d721148
commit
5276b45a25
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue