Lines Matching defs:bootImageVariant
308 type bootImageVariant struct { struct
309 *bootImageConfig
312 target android.Target
315 dexLocations []string // for this image
316 dexLocationsDeps []string // for the dependency images and in this image
319 imagePathOnHost android.OutputPath // first image file path on host
320 imagePathOnDevice string // first image file path on device
323 imagesDeps android.OutputPaths
329 baseImages android.OutputPaths
335 baseImagesDeps android.Paths
340 installs android.RuleBuilderInstalls
345 vdexInstalls android.RuleBuilderInstalls
350 unstrippedInstalls android.RuleBuilderInstalls
355 licenseMetadataFile android.OptionalPath
449 …otImageVariant) imageLocations() (imageLocationsOnHost []string, imageLocationsOnDevice []string) {
670 func buildBootImageVariant(ctx android.ModuleContext, image *bootImageVariant, profile android.Path…