Home
last modified time | relevance | path

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

/aosp12/build/soong/dexpreopt/
H A Dconfig.go44 DisableGenerateProfile bool // don't generate profiles member
251 DisableGenerateProfile: true,
614 DisableGenerateProfile: false,
H A Ddexpreopt.go72 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile
73 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile
/aosp12/build/make/core/
H A Ddex_preopt_config.mk104 …$(call add_json_bool, DisableGenerateProfile, $(filter false,$(WITH_DEX_PREOPT_GE…
/aosp12/build/soong/java/
H A Ddexpreopt_bootjars.go724 if global.DisableGenerateProfile {
774 if global.DisableGenerateProfile || ctx.Config().UnbundledBuild() {