akita: add etm modules in userdebug/eng builds
Bug: 321061072 Test: build and run on device Change-Id: I615df22dd435bb560dbf6c32f8146ce189d5c649
This commit is contained in:
parent
d47455f725
commit
dbb204bad3
2 changed files with 9 additions and 0 deletions
|
@ -44,3 +44,7 @@ include device/google/zuma/BoardConfig-common.mk
|
|||
-include vendor/google_devices/akita/proprietary/BoardConfigVendor.mk
|
||||
include device/google/akita-sepolicy/akita-sepolicy.mk
|
||||
include device/google/akita/wifi/BoardConfig-wifi.mk
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
-include device/google/common/etm/5_15/BoardUserdebugModules.mk
|
||||
endif
|
||||
|
|
|
@ -412,3 +412,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
|||
# Disable Settings large-screen optimization enabled by Window Extensions
|
||||
PRODUCT_SYSTEM_PROPERTIES += \
|
||||
persist.settings.large_screen_opt.enabled=false
|
||||
|
||||
# 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