Lines Matching defs:bootImageVariant
301 type bootImageVariant struct { struct
302 *bootImageConfig
305 target android.Target
308 dexLocations []string // for this image
309 dexLocationsDeps []string // for the dependency images and in this image
312 imagePathOnHost android.OutputPath // first image file path on host
313 imagePathOnDevice string // first image file path on device
316 imagesDeps android.OutputPaths
322 baseImages android.OutputPaths
328 baseImagesDeps android.Paths
333 installs android.RuleBuilderInstalls
338 vdexInstalls android.RuleBuilderInstalls
343 unstrippedInstalls android.RuleBuilderInstalls
348 licenseMetadataFile android.OptionalPath
442 …otImageVariant) imageLocations() (imageLocationsOnHost []string, imageLocationsOnDevice []string) {
939 func packageFileForTargetImage(ctx android.ModuleContext, image *bootImageVariant) {
969 func buildBootImageVariant(ctx android.ModuleContext, image *bootImageVariant, profile android.Path…