Lines Matching defs:bootImageConfig
242 type bootImageConfig struct { struct
244 extends *bootImageConfig
247 name string
250 enabledIfExists string
253 stem string
256 dir android.OutputPath
259 symbolsDir android.OutputPath
266 installDir string
269 modules android.ConfiguredJarList
272 dexPaths android.WritablePaths // for this image
273 dexPathsDeps android.WritablePaths // for the dependency images and in this image
276 dexPathsByModule map[string]android.WritablePath
279 zip android.WritablePath
282 variants []*bootImageVariant
285 preloadedClassesFile string
288 compilerFilter string
291 singleImage bool
295 profileImports []string
298 profileProviderModule string
305 *bootImageConfig anonMember
355 func (image bootImageConfig) getVariant(target android.Target) *bootImageVariant {
365 func (image bootImageConfig) getAnyAndroidVariant() *bootImageVariant {
377 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string {
389 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string {
399 … moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...string) android.OutputPaths {
414 func (image *bootImageConfig) apexVariants() []*bootImageVariant {
453 func (image *bootImageConfig) isProfileGuided() bool {
457 func (image *bootImageConfig) isEnabled(ctx android.BaseModuleContext) bool {
832 func generateBootImage(ctx android.ModuleContext, imageConfig *bootImageConfig) android.RuleBuilder…
869 func getModulesForImage(ctx android.ModuleContext, imageConfig *bootImageConfig) []apexJarModulePai…
1018 func buildBootImageVariantsForAndroidOs(ctx android.ModuleContext, image *bootImageConfig, profile …
1029 func buildBootImageVariantsForBuildOs(ctx android.ModuleContext, image *bootImageConfig, profile an…
1056 func buildBootImageForOsType(ctx android.ModuleContext, image *bootImageConfig, profile android.Wri…
1077 func buildBootImageZipInPredefinedLocation(ctx android.ModuleContext, image *bootImageConfig, files…
1448 func bootImageProfileRule(ctx android.ModuleContext, image *bootImageConfig) (android.WritablePath,…
1465 func bootFrameworkProfileRule(ctx android.ModuleContext, image *bootImageConfig) (android.WritableP…
1493 func dumpOatRules(ctx android.ModuleContext, image *bootImageConfig) {