Lines Matching defs:ModuleConfig
112 type ModuleConfig struct { struct
113 Name string
114 DexLocation string // dex location on device
115 BuildPath android.OutputPath
116 DexPath android.Path
117 ManifestPath android.Path
118 UncompressedDex bool
119 HasApkLibraries bool
120 PreoptFlags []string
122 ProfileClassListing android.OptionalPath
123 ProfileIsTextListing bool
124 ProfileBootListing android.OptionalPath
126 EnforceUsesLibraries bool
127 OptionalUsesLibraries []string
128 UsesLibraries []string
129 LibraryPaths LibraryPaths
131 Archs []android.ArchType
132 DexPreoptImages []android.Path
133 DexPreoptImagesDeps []android.OutputPaths
134 DexPreoptImageLocations []string
136 PreoptBootClassPathDexFiles android.Paths // file paths of boot class path files
137 PreoptBootClassPathDexLocations []string // virtual locations of boot class path files
139 PreoptExtractedApk bool // Overrides OnlyPreoptModules
141 NoCreateAppImage bool
142 ForceCreateAppImage bool
144 PresignedPrebuilt bool