Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go32 func testApex(t *testing.T, bp string) *android.TestContext { func
241 ctx := testApex(t, `
365 ctx := testApex(t, `
413 ctx := testApex(t, `
497 ctx := testApex(t, `
564 ctx := testApex(t, `
685 ctx := testApex(t, `
745 ctx := testApex(t, `
795 ctx := testApex(t, `
835 ctx := testApex(t, `
[all …]
Dapex.go161 if a.installable() && !a.testApex {
405 testApex bool member
1240 func ApexBundleFactory(testApex bool) android.Module {
1243 testApex: testApex,