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

Commit 429521e6 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 am: fc7475ac

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

Change-Id: If25601636ad57b498b614868d95e27b1bd07c7e6
parents b132c85e fc7475ac
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)