Home
last modified time | relevance | path

Searched refs:imagesDeps (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Ddexpreopt.go152 var imagesDeps []android.OutputPaths
157 imagesDeps = append(imagesDeps, variant.imagesDeps)
203 DexPreoptImagesDeps: imagesDeps,
Ddexpreopt_bootjars.go82 imagesDeps android.OutputPaths // all files member
202 files[variant.target.Arch.ArchType] = variant.imagesDeps
676 …FlagWithArg("--image=", strings.Join(image.imageLocations(), ":")).Implicits(image.imagesDeps.Path…
739 ctx.Strict("DEXPREOPT_IMAGE_DEPS_"+sfx, strings.Join(variant.imagesDeps.Strings(), " "))
Ddexpreopt_config.go180 imagesDeps: c.moduleFiles(ctx, imageDir, ".art", ".oat", ".vdex"),