Merge "Create art_debug_opt_flag soong config variable"

This commit is contained in:
Cole Faust
2023-04-22 01:18:06 +00:00
committed by Gerrit Code Review

View File

@@ -101,6 +101,9 @@ else
endif
$(call soong_config_set,art_module,source_build,$(ART_MODULE_BUILD_FROM_SOURCE))
ifdef ART_DEBUG_OPT_FLAG
$(call soong_config_set,art_module,art_debug_opt_flag,$(ART_DEBUG_OPT_FLAG))
endif
ifdef TARGET_BOARD_AUTO
$(call add_soong_config_var_value, ANDROID, target_board_auto, $(TARGET_BOARD_AUTO))