• Home
  • Raw
  • Download

Lines Matching defs:bootImageConfig

237 type bootImageConfig struct {  struct
239 extends *bootImageConfig
242 name string
245 stem string
248 dir android.OutputPath
251 symbolsDir android.OutputPath
254 installDirOnHost string
257 installDirOnDevice string
261 profileInstallPathInApex string
264 modules android.ConfiguredJarList
267 dexPaths android.WritablePaths // for this image
268 dexPathsDeps android.WritablePaths // for the dependency images and in this image
271 dexPathsByModule map[string]android.WritablePath
274 zip android.WritablePath
277 profileInstalls android.RuleBuilderInstalls
280 profileLicenseMetadataFile android.OptionalPath
283 profilePathOnHost android.Path
286 variants []*bootImageVariant
289 preloadedClassesFile string
294 *bootImageConfig anonMember
335 func (image bootImageConfig) getVariant(target android.Target) *bootImageVariant {
345 func (image bootImageConfig) getAnyAndroidVariant() *bootImageVariant {
357 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string {
369 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string {
379 … moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...string) android.OutputPaths {
391 func (image *bootImageConfig) apexVariants() []*bootImageVariant {
404 func (image *bootImageConfig) shouldInstallInApex() bool {
558 func buildBootImageVariantsForAndroidOs(ctx android.ModuleContext, image *bootImageConfig, profile …
569 func buildBootImageVariantsForBuildOs(ctx android.ModuleContext, image *bootImageConfig, profile an…
578 func buildBootImageForOsType(ctx android.ModuleContext, image *bootImageConfig, profile android.Wri…
594 func buildBootImageZipInPredefinedLocation(ctx android.ModuleContext, image *bootImageConfig, files…
785 func bootImageProfileRule(ctx android.ModuleContext, image *bootImageConfig) android.WritablePath {
839 func bootFrameworkProfileRule(ctx android.ModuleContext, image *bootImageConfig) android.WritablePa…
870 func dumpOatRules(ctx android.ModuleContext, image *bootImageConfig) {