Lines Matching defs:bootImageVariant
270 type bootImageVariant struct { struct
271 *bootImageConfig
274 target android.Target
277 dexLocations []string // for this image
278 dexLocationsDeps []string // for the dependency images and in this image
281 imagePathOnHost android.OutputPath // first image file path on host
282 imagePathOnDevice string // first image file path on device
285 imagesDeps android.OutputPaths
291 primaryImages android.OutputPath
297 primaryImagesDeps android.Paths
300 installs android.RuleBuilderInstalls
301 vdexInstalls android.RuleBuilderInstalls
302 unstrippedInstalls android.RuleBuilderInstalls
568 func buildBootImageVariant(ctx android.ModuleContext, image *bootImageVariant, profile android.Path…