comet: add etm modules in userdebug/eng builds
Bug: 321061072 Test: build and run comet Change-Id: I7d1775c8b8b86964f1610cedc8191f2fdcb96fd2
This commit is contained in:
parent
b7a116a88e
commit
a517043f44
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-sepolicy/comet-sepolicy.mk
|
||||||
include device/google/comet/wifi/BoardConfig-wifi.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
|
else
|
||||||
|
|
||||||
include device/google/comet23/comet23/BoardConfig.mk
|
include device/google/comet23/comet23/BoardConfig.mk
|
||||||
|
|
|
@ -389,3 +389,8 @@ SUPPORT_RIL_DOMAIN_SELECTION := true
|
||||||
# Thread HAL
|
# Thread HAL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
com.google.comet.hardware.threadnetwork
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue