summaryrefslogtreecommitdiff
path: root/tradefed/providers.go
diff options
context:
space:
mode:
Diffstat (limited to 'tradefed/providers.go')
-rw-r--r--tradefed/providers.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tradefed/providers.go b/tradefed/providers.go
index f41e09eb6..66cb6253b 100644
--- a/tradefed/providers.go
+++ b/tradefed/providers.go
@@ -16,6 +16,11 @@ type BaseTestProviderData struct {
TestConfig android.Path
// Other modules we require to be installed to run tests. We expect base to build them.
HostRequiredModuleNames []string
+ RequiredModuleNames []string
+ // List of test suites base uses.
+ TestSuites []string
+ // Used for bases that are Host
+ IsHost bool
}
var BaseTestProviderKey = blueprint.NewProvider[BaseTestProviderData]()