Searched defs:bootImage (Results 1 – 1 of 1) sorted by relevance
62 type bootImage struct { struct63 bootImageConfig65 installs map[android.ArchType]android.RuleBuilderInstalls66 vdexInstalls map[android.ArchType]android.RuleBuilderInstalls67 unstrippedInstalls map[android.ArchType]android.RuleBuilderInstalls69 profileInstalls android.RuleBuilderInstalls204 func buildBootImageRuleForArch(ctx android.SingletonContext, image *bootImage,340 func bootImageProfileRule(ctx android.SingletonContext, image *bootImage, missingDeps []string) and…395 func dumpOatRules(ctx android.SingletonContext, image *bootImage) {