Searched defs:bootImageConfig (Results 1 – 1 of 1) sorted by relevance
52 type bootImageConfig struct { struct53 name string54 modules []string55 dexLocations []string56 dexPaths android.WritablePaths57 dir android.OutputPath58 symbolsDir android.OutputPath59 images map[android.ArchType]android.OutputPath63 bootImageConfig anonMember72 func newBootImage(ctx android.PathContext, config bootImageConfig) *bootImage {[all …]