Lines Matching defs:bootImageConfig
52 type bootImageConfig struct { struct
53 name string
54 modules []string
55 dexLocations []string
56 dexPaths android.WritablePaths
57 dir android.OutputPath
58 symbolsDir android.OutputPath
59 images map[android.ArchType]android.OutputPath
63 bootImageConfig anonMember
72 func newBootImage(ctx android.PathContext, config bootImageConfig) *bootImage {
146 func buildBootImage(ctx android.SingletonContext, config bootImageConfig) *bootImage {