Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go40 DisableGenerateProfile bool // don't generate profiles member
249 DisableGenerateProfile: true,
531 DisableGenerateProfile: false,
Ddexpreopt.go73 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile
74 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile
/build/make/core/
Ddex_preopt_config.mk83 …$(call add_json_bool, DisableGenerateProfile, $(filter false,$(WITH_DEX_PREOPT_GE…
/build/soong/java/
Ddexpreopt_bootjars.go508 if global.DisableGenerateProfile || ctx.Config().IsPdkBuild() || ctx.Config().UnbundledBuild() {
563 if global.DisableGenerateProfile || ctx.Config().IsPdkBuild() || ctx.Config().UnbundledBuild() {