Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go1725 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 …]
Dconfig_test.go115 apexes: []string{"apex"},
Dvariable.go498 BootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
499 ApexBootJars: ConfiguredJarList{apexes: []string{}, jars: []string{}},
/build/soong/apex/
Dclasspath_element_test.go306 …android.FailIfNoMatchingErrors(t, `library otherapexlibrary{.*} is from apexes \[otherapex\] which…
Dapex_test.go7737 …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…