komodo: add etm modules in userdebug/eng builds
Bug: 321061072 Test: build and run komodo Change-Id: Ida1044c1d997f19b9072af3da233d3a781cd9e89
This commit is contained in:
parent
c7039b4563
commit
d229360359
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue