Searched refs:testApex (Results 1 – 3 of 3) sorted by relevance
/build/soong/apex/ |
D | vndk_test.go | 12 ctx, _ := testApex(t, ` 97 ctx, _ := testApex(t, bp) 110 ctx, _ := testApex(t, bp, func(fs map[string][]byte, config android.Config) { 120 ctx, _ := testApex(t, bp, func(fs map[string][]byte, config android.Config) {
|
D | apex_test.go | 66 func testApex(t *testing.T, bp string, handlers ...testCustomizer) (*android.TestContext, android.C… func 348 ctx, config := testApex(t, ` 593 ctx, _ := testApex(t, ` 659 ctx, _ := testApex(t, ` 680 ctx, _ := testApex(t, ` 730 ctx, _ := testApex(t, ` 823 ctx, _ := testApex(t, ` 918 ctx, _ := testApex(t, ` 979 ctx, _ := testApex(t, "", func(fs map[string][]byte, config android.Config) { 1042 ctx, _ := testApex(t, "", func(fs map[string][]byte, config android.Config) { [all …]
|
D | apex.go | 1273 testApex bool member 1841 if ctx.Host() || a.testApex || a.vndkApex { 1896 if a.testApex || a.vndkApex { 1909 if ctx.Host() || a.testApex || a.vndkApex { 1981 if len(a.properties.Tests) > 0 && !a.testApex { 2381 func ApexBundleFactory(testApex bool, artApex bool) android.Module { 2383 bundle.testApex = testApex 2392 bundle.testApex = true
|