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

Commit 7740915d authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Create art_debug_opt_flag soong config variable"

parents 315e8b52 05bc3db3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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))