Set Soong Config Vars for messaging conversion
Bug: 222292035 Test: See attached CL Change-Id: I3fdbaed4f040dab8d49a41ec003db4349a8eea27
This commit is contained in:
parent
2089403223
commit
dbf8a9a050
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue