Searched refs:testApex (Results 1 – 2 of 2) sorted by relevance
/build/soong/apex/ |
D | apex_test.go | 32 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 …]
|
D | apex.go | 161 if a.installable() && !a.testApex { 405 testApex bool member 1240 func ApexBundleFactory(testApex bool) android.Module { 1243 testApex: testApex,
|