Loading core/android_soong_config_vars.mk +4 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,10 @@ endif $(call soong_config_set,art_module,source_build,$(ART_MODULE_BUILD_FROM_SOURCE)) ifdef TARGET_BOARD_AUTO $(call add_soong_config_var_value, ANDROID, target_board_auto, $(TARGET_BOARD_AUTO)) endif # Ensure that those mainline modules who have individually toggleable prebuilts # are controlled by the MODULE_BUILD_FROM_SOURCE environment variable by # default. Loading Loading
core/android_soong_config_vars.mk +4 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,10 @@ endif $(call soong_config_set,art_module,source_build,$(ART_MODULE_BUILD_FROM_SOURCE)) ifdef TARGET_BOARD_AUTO $(call add_soong_config_var_value, ANDROID, target_board_auto, $(TARGET_BOARD_AUTO)) endif # Ensure that those mainline modules who have individually toggleable prebuilts # are controlled by the MODULE_BUILD_FROM_SOURCE environment variable by # default. Loading