Lines Matching defs:bootImageVariant
304 type bootImageVariant struct { struct
305 *bootImageConfig
308 target android.Target
311 dexLocations []string // for this image
312 dexLocationsDeps []string // for the dependency images and in this image
315 imagePathOnHost android.OutputPath // first image file path on host
316 imagePathOnDevice string // first image file path on device
319 imagesDeps android.OutputPaths
325 baseImages android.OutputPaths
331 baseImagesDeps android.Paths
336 installs android.RuleBuilderInstalls
341 vdexInstalls android.RuleBuilderInstalls
346 unstrippedInstalls android.RuleBuilderInstalls
351 licenseMetadataFile android.OptionalPath
445 …otImageVariant) imageLocations() (imageLocationsOnHost []string, imageLocationsOnDevice []string) {
1140 func packageFileForTargetImage(ctx android.ModuleContext, image *bootImageVariant) {
1175 func buildBootImageVariant(ctx android.ModuleContext, image *bootImageVariant, profile android.Path…