Searched refs:apexes (Results 1 – 5 of 5) sorted by relevance
/build/soong/android/ |
D | config.go | 1725 apexes []string member 1743 return l.apexes[idx] 1755 if apex == l.apexes[i] && jar == l.jars[i] { 1794 apexes := copyAndAppend(l.apexes, apex) 1797 return ConfiguredJarList{apexes, jars} 1802 apexes := make([]string, 0, l.Len()+other.Len()) 1805 apexes = append(apexes, l.apexes...) 1808 apexes = append(apexes, other.apexes...) 1811 return ConfiguredJarList{apexes, jars} 1816 apexes := make([]string, 0, l.Len()) [all …]
|
D | config_test.go | 115 apexes: []string{"apex"},
|
D | variable.go | 498 BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}}, 499 ApexBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
|
/build/soong/apex/ |
D | classpath_element_test.go | 306 …android.FailIfNoMatchingErrors(t, `library otherapexlibrary{.*} is from apexes \[otherapex\] which…
|
D | apex_test.go | 7737 …err := `module "some-art-lib" from updatable apexes \["com.android.art.debug"\] is not allowed in … 7747 …err := `ArtApexJars expects this to be in apex "some-updatable-apex" but this is only in apexes.*"… 7754 …expects this to be in apex "some-non-updatable-apex" but this is only in apexes.*"com.android.art.… 7761 …err := `module "some-updatable-apex-lib" from updatable apexes \["some-updatable-apex"\] is not al…
|