Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go161 apexVariations []ApexInfo member
182 for _, v := range m.apexVariations {
187 m.apexVariations = append(m.apexVariations, apex)
192 return m.apexVariations
278 if len(m.apexVariations) > 0 {
281 sort.Sort(byApexName(m.apexVariations))
284 for _, apex := range m.apexVariations {
298 mod.(ApexModule).apexModuleBase().ApexProperties.Info = m.apexVariations[i-1]