Lines Matching defs:bootImageVariant
70 type bootImageVariant struct { struct
71 *bootImageConfig
74 target android.Target
77 dexLocations []string // for this image
78 dexLocationsDeps []string // for the dependency images and in this image
81 images android.OutputPath // first image file
82 imagesDeps android.OutputPaths // all files
85 primaryImages android.OutputPath
88 installs android.RuleBuilderInstalls
89 vdexInstalls android.RuleBuilderInstalls
90 unstrippedInstalls android.RuleBuilderInstalls
154 func (image *bootImageVariant) imageLocations() (imageLocations []string) {
357 func buildBootImageVariant(ctx android.SingletonContext, image *bootImageVariant,