Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go64 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext { func
310 ctx := testApex(t, `
615 ctx := testApex(t, `
697 ctx := testApex(t, `
719 ctx := testApex(t, `
792 ctx := testApex(t, `
870 ctx := testApex(t, `
899 ctx := testApex(t, `
1062 ctx := testApex(t, `
1136 ctx := testApex(t, `
[all …]
Dapex.go418 testApex bool member
1031 if a.testApex {
1897 return proptools.BoolDefault(a.overridableProperties.Compressible, false) && !a.testApex
1906 if len(a.properties.Tests) > 0 && !a.testApex {
2555 func ApexBundleFactory(testApex bool) android.Module {
2557 bundle.testApex = testApex
2565 bundle.testApex = true
2629 if a.testApex || a.vndkApex {
2669 if a.testApex || a.vndkApex {
2764 if a.testApex || a.vndkApex {
[all …]
Dbuilder.go540 if !a.testApex && isVintfFragment(fi) {
710 if a.testApex {
716 } else if a.testApex {
947 if !a.testApex && suffix == imageApexSuffix && ext4 == a.payloadFsType {
950 if !a.testApex && len(a.properties.Unwanted_transitive_deps) > 0 {