Home
last modified time | relevance | path

Searched refs:OnlyPreoptArtBootImage (Results 1 – 6 of 6) sorted by relevance

/build/soong/java/
Ddexpreopt_check.go71 …if global.DisablePreopt || global.OnlyPreoptArtBootImage || len(targets) == 0 || ctx.Config().Unbu…
Ddexpreopt_bootjars.go657 if SkipDexpreoptBootJars(ctx) || (global.OnlyPreoptArtBootImage && imageConfig.name != "art") {
Dapp.go1778 if global.DisablePreopt || global.OnlyPreoptArtBootImage {
/build/make/core/
Ddex_preopt_config.mk88 …$(call add_json_bool, OnlyPreoptArtBootImage , $(filter true,$(WITH_DEXPREOPT_ART_…
/build/soong/dexpreopt/
Dconfig.go35 OnlyPreoptArtBootImage bool // only preopt jars in the ART boot image member
727 OnlyPreoptArtBootImage: false,
Ddexpreopt.go127 if global.OnlyPreoptArtBootImage {