Searched refs:extraTestConfigs (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ |
D | androidmk.go | 152 func androidMkWriteExtraTestConfigs(extraTestConfigs android.Paths, entries *android.AndroidMkEntri… 153 if len(extraTestConfigs) > 0 { 156 entries.AddStrings("LOCAL_EXTRA_FULL_TEST_CONFIGS", extraTestConfigs.Strings()...) 374 androidMkWriteExtraTestConfigs(test.extraTestConfigs, entries)
|
D | test.go | 342 extraTestConfigs android.Paths member 383 moduleInfoJSON.TestConfig = append(moduleInfoJSON.TestConfig, test.extraTestConfigs.Strings()...) 454 …test.extraTestConfigs = android.PathsForModuleSrc(ctx, test.Properties.Test_options.Extra_test_con…
|
/build/soong/java/ |
D | androidmk.go | 172 androidMkWriteExtraTestConfigs(j.extraTestConfigs, entries) 185 func androidMkWriteExtraTestConfigs(extraTestConfigs android.Paths, entries *android.AndroidMkEntri… 186 if len(extraTestConfigs) > 0 { 187 entries.AddStrings("LOCAL_EXTRA_FULL_TEST_CONFIGS", extraTestConfigs.Strings()...) 469 androidMkWriteExtraTestConfigs(a.extraTestConfigs, entries)
|
D | app.go | 1329 extraTestConfigs android.Paths member 1377 …a.extraTestConfigs = android.PathsForModuleSrc(ctx, a.testProperties.Test_options.Extra_test_confi…
|
D | java.go | 1320 extraTestConfigs android.Paths member 1539 …j.extraTestConfigs = android.PathsForModuleSrc(ctx, j.testProperties.Test_options.Extra_test_confi…
|