Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_bootjars.go676 type apexJarModulePair struct { struct
681 …c getModulesForImage(ctx android.ModuleContext, imageConfig *bootImageConfig) []apexJarModulePair {
682 modules := make([]apexJarModulePair, 0, imageConfig.modules.Len())
688 modules = append(modules, apexJarModulePair{
701 return []apexJarModulePair{}
709 …tclasspathFragments(ctx android.ModuleContext, apexJarModulePairs []apexJarModulePair) bootDexJarB… argument
747 func getDexJarForApex(ctx android.ModuleContext, pair apexJarModulePair, apexNameToApexExportsInfoM… argument