Merge "Create art_debug_opt_flag soong config variable" am: 7740915dbf am: b3e7b06662

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

Change-Id: Id8361a31bd63682a68ca27049140d3c202b11963
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cole Faust
2023-04-22 02:39:05 +00:00
committed by Automerger Merge Worker

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))