Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_bootjars.go864 type apexJarModulePair struct { struct
869 …c getModulesForImage(ctx android.ModuleContext, imageConfig *bootImageConfig) []apexJarModulePair {
870 modules := make([]apexJarModulePair, 0, imageConfig.modules.Len())
877 modules = append(modules, apexJarModulePair{
890 return []apexJarModulePair{}
898 …tclasspathFragments(ctx android.ModuleContext, apexJarModulePairs []apexJarModulePair) bootDexJarB… argument
936 func getDexJarForApex(ctx android.ModuleContext, pair apexJarModulePair, apexNameToApexExportsInfoM… argument