Home
last modified time | relevance | path

Searched refs:DisablePreopt (Results 1 – 4 of 4) sorted by relevance

/build/soong/dexpreopt/
Dconfig.go30 DisablePreopt bool // disable preopt for all modules member
248 DisablePreopt: true,
466 if GetGlobalConfig(ctx).DisablePreopt {
503 if GetGlobalConfig(ctx).DisablePreopt {
526 DisablePreopt: false,
/build/soong/java/
Ddexpreopt.go72 if global.DisablePreopt {
Ddexpreopt_bootjars.go182 return dexpreopt.GetGlobalConfig(ctx).DisablePreopt
/build/make/core/
Ddex_preopt_config.mk75 …$(call add_json_bool, DisablePreopt, $(call invert_bool,$(ENABLE_PREOPT)…