Searched refs:testApex (Results 1 – 4 of 4) sorted by relevance
/build/soong/apex/ |
D | vndk_test.go | 12 ctx := testApex(t, ` 105 ctx := testApex(t, bp) 118 ctx := testApex(t, bp, 130 ctx := testApex(t, bp,
|
D | apex_test.go | 61 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext { func 301 ctx := testApex(t, ` 616 ctx := testApex(t, ` 691 ctx := testApex(t, ` 713 ctx := testApex(t, ` 764 ctx := testApex(t, ` 859 ctx := testApex(t, ` 966 ctx := testApex(t, ` 1033 ctx := testApex(t, ` 1125 ctx := testApex(t, ` [all …]
|
D | apex.go | 341 testApex bool member 1636 if len(a.properties.Tests) > 0 && !a.testApex { 2166 func ApexBundleFactory(testApex bool, artApex bool) android.Module { 2168 bundle.testApex = testApex 2177 bundle.testApex = true 2243 if a.testApex || a.vndkApex { 2267 if ctx.Host() || a.testApex || a.vndkApex { 2339 if ctx.Host() || a.testApex || a.vndkApex {
|
D | builder.go | 521 …Apex() && proptools.BoolDefault(a.properties.Compressible, false) && !a.testApex && !ctx.Config().…
|