Home
last modified time | relevance | path

Searched defs:bootImageConfig (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Ddexpreopt_bootjars.go52 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 {
[all …]