Lines Matching defs:bootImageVariant
293 type bootImageVariant struct { struct
294 *bootImageConfig
297 target android.Target
300 dexLocations []string // for this image
301 dexLocationsDeps []string // for the dependency images and in this image
304 imagePathOnHost android.OutputPath // first image file path on host
305 imagePathOnDevice string // first image file path on device
308 imagesDeps android.OutputPaths
314 primaryImages android.OutputPath
320 primaryImagesDeps android.Paths
323 installs android.RuleBuilderInstalls
324 vdexInstalls android.RuleBuilderInstalls
325 unstrippedInstalls android.RuleBuilderInstalls
328 deviceInstalls android.RuleBuilderInstalls
331 licenseMetadataFile android.OptionalPath
428 …otImageVariant) imageLocations() (imageLocationsOnHost []string, imageLocationsOnDevice []string) {
616 func buildBootImageVariant(ctx android.ModuleContext, image *bootImageVariant, profile android.Path…