Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc7475ac authored by Trevor Radcliffe's avatar Trevor Radcliffe Committed by Automerger Merge Worker
Browse files

Merge "Set Soong Config Vars for messaging conversion" am: 0e3ed139 am: 4dfef48d

Original change: https://android-review.googlesource.com/c/platform/build/+/2018277

Change-Id: Ib333b571b930d8f034670ea19a8abd1ca35c44e7
parents 7022c5a6 4dfef48d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -84,6 +84,11 @@ ifeq (true,$(MODULE_BUILD_FROM_SOURCE))
$(call add_soong_config_var_value,ANDROID,module_build_from_source,true)
endif

# Messaging app vars
ifeq (eng,$(TARGET_BUILD_VARIANT))
$(call soong_config_set,messaging,build_variant_eng,true)
endif

# TODO(b/203088572): Remove when Java optimizations enabled by default for
# SystemUI.
$(call add_soong_config_var,ANDROID,SYSTEMUI_OPTIMIZE_JAVA)