Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt.go28 dexpreoptProperties DexpreoptProperties member
88 if !BoolDefault(d.dexpreoptProperties.Dex_preopt.Enabled, true) {
168 if BoolDefault(d.dexpreoptProperties.Dex_preopt.Profile_guided, true) {
171 if String(d.dexpreoptProperties.Dex_preopt.Profile) != "" {
173 android.PathForModuleSrc(ctx, String(d.dexpreoptProperties.Dex_preopt.Profile)))
175 ctx.ModuleDir(), String(d.dexpreoptProperties.Dex_preopt.Profile)+"-boot")
212 NoCreateAppImage: !BoolDefault(d.dexpreoptProperties.Dex_preopt.App_image, true),
213 ForceCreateAppImage: BoolDefault(d.dexpreoptProperties.Dex_preopt.App_image, false),
Dapp.go1638 module.AddProperties(&module.dexpreoptProperties)
1684 module.AddProperties(&module.dexpreoptProperties)
Dsdk_library.go1113 &module.dexpreoptProperties,
Djava.go506 &j.dexpreoptProperties,