Searched refs:GatherRequiredDepsForTest (Results 1 – 3 of 3) sorted by relevance
/build/soong/rust/ |
D | testing.go | 40 android.FixtureAddTextFile(rustDefaultsDir+"Android.bp", GatherRequiredDepsForTest()), 48 func GatherRequiredDepsForTest() string { func
|
/build/soong/cc/ |
D | testing.go | 38 func GatherRequiredDepsForTest(oses ...android.OsType) string { func 643 bp = bp + GatherRequiredDepsForTest(os)
|
/build/soong/java/ |
D | app_test.go | 379 …r(t, `module "bar".*: should support min_sdk_version\(29\)`, cc.GatherRequiredDepsForTest(android.… 397 testJava(t, cc.GatherRequiredDepsForTest(android.Android)+` 417 bp := cc.GatherRequiredDepsForTest(android.Android) + ` 471 bp := cc.GatherRequiredDepsForTest(android.Android) + ` 491 bp := cc.GatherRequiredDepsForTest(android.Android) + ` 1161 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+` 1279 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+` 1370 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+` 2176 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+`
|