Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go165 apexVariations []ApexInfo member
184 for _, v := range m.apexVariations {
189 m.apexVariations = append(m.apexVariations, apex)
193 return m.apexVariations
279 if len(m.apexVariations) > 0 {
282 sort.Sort(byApexName(m.apexVariations))
285 for _, apex := range m.apexVariations {
299 mod.(ApexModule).apexModuleBase().ApexProperties.Info = m.apexVariations[i-1]