Home
last modified time | relevance | path

Searched refs:bootImageFilesByArch (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/java/
H A Dbootclasspath_fragment.go167 produceBootImageFiles(ctx android.ModuleContext, imageConfig *bootImageConfig) bootImageFilesByArch
176 type bootImageFilesByArch map[android.ArchType]android.Paths type
315 bootImageFilesByArch bootImageFilesByArch member
330 return i.bootImageFilesByArch
448 var bootImageFilesByArch bootImageFilesByArch
452 bootImageFilesByArch = common.produceBootImageFiles(ctx, imageConfig)
457 buildBootImageZipInPredefinedLocation(ctx, imageConfig, bootImageFilesByArch)
467 b.provideApexContentInfo(ctx, imageConfig, hiddenAPIOutput, bootImageFilesByArch)
497 …fig *bootImageConfig, hiddenAPIOutput *HiddenAPIOutput, bootImageFilesByArch bootImageFilesByArch)… argument
508 info.bootImageFilesByArch = bootImageFilesByArch
[all …]
H A Ddexpreopt_bootjars.go510 …android.ModuleContext, image *bootImageConfig, profile android.WritablePath) bootImageFilesByArch {
530 …ootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootImageFilesByArch {
531 filesByArch := bootImageFilesByArch{}
546 …inedLocation(ctx android.ModuleContext, image *bootImageConfig, filesByArch bootImageFilesByArch) { argument