Searched refs:DisablePreopt (Results 1 – 4 of 4) sorted by relevance
31 DisablePreopt bool // disable preopt for all modules (excluding boot images) member249 DisablePreopt: true,555 if GetGlobalConfig(ctx).DisablePreopt {586 if GetGlobalConfig(ctx).DisablePreopt {609 DisablePreopt: false,
80 if global.DisablePreopt {
1310 if global.DisablePreopt || global.OnlyPreoptBootImageAndSystemServer {
94 …$(call add_json_bool, DisablePreopt, $(call invert_bool,$(ENABLE_PREOPT)…