Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_config.go170 c.dexPathsDeps = c.dexPaths
193 frameworkCfg.dexPathsDeps = append(artCfg.dexPathsDeps, frameworkCfg.dexPathsDeps...)
Ddexpreopt_bootjars.go57 dexPathsDeps android.WritablePaths // for the dependency images and in this image member
416 Flag("--runtime-arg").FlagWithInputList("-Xbootclasspath:", image.dexPathsDeps.Paths(), ":").
539 FlagForEachInput("--apk=", image.dexPathsDeps.Paths()).
590 FlagForEachInput("--apk=", image.dexPathsDeps.Paths()).
674 FlagWithInputList("--runtime-arg -Xbootclasspath:", image.dexPathsDeps.Paths(), ":").
725 ctx.Strict("DEXPREOPT_BOOTCLASSPATH_DEX_FILES", strings.Join(image.dexPathsDeps.Strings(), " "))
Ddexpreopt.go129 dexFiles := bootImage.dexPathsDeps.Paths()