Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go31 DisablePreopt bool // disable preopt for all modules (excluding boot images) member
249 DisablePreopt: true,
555 if GetGlobalConfig(ctx).DisablePreopt {
586 if GetGlobalConfig(ctx).DisablePreopt {
609 DisablePreopt: false,
/build/soong/java/
Ddexpreopt.go80 if global.DisablePreopt {
Dapp.go1310 if global.DisablePreopt || global.OnlyPreoptBootImageAndSystemServer {
/build/make/core/
Ddex_preopt_config.mk94 …$(call add_json_bool, DisablePreopt, $(call invert_bool,$(ENABLE_PREOPT)…