Home
last modified time | relevance | path

Searched refs:dexpreoptProperties (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Ddexpreopt.go108 dexpreoptProperties DexpreoptProperties member
245 if !BoolDefault(d.dexpreoptProperties.Dex_preopt.Enabled, true) {
434 …} else if BoolDefault(d.dexpreoptProperties.Dex_preopt.Profile_guided, true) && !forPrebuiltApex(c…
453 d.dexpreoptProperties.Dex_preopt_result.Profile_guided = profileClassListing.Valid()
487 NoCreateAppImage: !BoolDefault(d.dexpreoptProperties.Dex_preopt.App_image, true),
488 ForceCreateAppImage: BoolDefault(d.dexpreoptProperties.Dex_preopt.App_image, false),
656 return proptools.Bool(d.dexpreoptProperties.Dex_preopt.Enable_profile_rewriting)
660 return proptools.String(d.dexpreoptProperties.Dex_preopt.Profile)
664 return proptools.Bool(d.dexpreoptProperties.Dex_preopt.Profile_guided)
Dapp_import.go635 module.AddProperties(&module.dexpreoptProperties)
686 module.AddProperties(&module.dexpreoptProperties)
Dsdk_library.go1870 &module.dexpreoptProperties,
3644 …if implLibrary != nil && implLibrary.dexpreopter.dexpreoptProperties.Dex_preopt_result.Profile_gui…
Dbase.go633 &j.dexpreoptProperties,
Djava.go1114 if j.dexpreopter.dexpreoptProperties.Dex_preopt_result.Profile_guided {