tokay: add etm modules in userdebug/eng builds
Bug: 321061072 Test: build and run tokay Change-Id: I4419d8a2132231e9d9c3d2998e98f52da8475c24
This commit is contained in:
parent
d229360359
commit
e38771d621
2 changed files with 9 additions and 0 deletions
|
@ -361,3 +361,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/tokay/proprietary/BoardConfigVendor.mk
|
||||
include device/google/caimito-sepolicy/tokay-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