Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go358 apexInfos []ApexInfo member
394 for i, v := range m.apexInfos {
407 m.apexInfos[i].InApexModules = append(m.apexInfos[i].InApexModules, apex.InApexModules[0])
412 m.apexInfos = append(m.apexInfos, apex)
553 func mergeApexVariations(apexInfos []ApexInfo) (merged []ApexInfo, aliases [][2]string) {
555 for _, apexInfo := range apexInfos {
600 var apexInfos []ApexInfo
602 apexInfos = allApexInfos.ApexInfos
611 if len(apexInfos) == 0 {
619 apexInfos, aliases = mergeApexVariations(apexInfos)
[all …]
/build/soong/java/
Dbootclasspath_fragment.go527 apexInfos, _ := android.ModuleProvider(ctx, android.AllApexInfoProvider)
528 if apexInfos == nil {
532 for _, apexInfo := range apexInfos.ApexInfos {