Home
last modified time | relevance | path

Searched defs:BaseTestProviderData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/tradefed/
H A Dproviders.go11 type BaseTestProviderData struct { struct
13 TestcaseRelDataFiles []string
15 OutputFile android.Path
17 TestConfig android.Path
19 HostRequiredModuleNames []string
20 RequiredModuleNames []string
22 TestSuites []string
24 IsHost bool
26 LocalSdkVersion string
28 LocalCertificate string
[all …]
/aosp_15_r20/build/soong/tradefed_modules/
H A Dtest_suite.go132 …oid.ModuleContext, suiteName string, module android.Module, tp tradefed.BaseTestProviderData) []st…