Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_bootjars.go62 type bootImage struct { struct
63 bootImageConfig
65 installs map[android.ArchType]android.RuleBuilderInstalls
66 vdexInstalls map[android.ArchType]android.RuleBuilderInstalls
67 unstrippedInstalls map[android.ArchType]android.RuleBuilderInstalls
69 profileInstalls android.RuleBuilderInstalls
204 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) {