Home
last modified time | relevance | path

Searched refs:testModuleConfigHostModule (Results 1 – 2 of 2) sorted by relevance

/build/soong/tradefed_modules/
Dtest_module_config.go43 type testModuleConfigHostModule struct { struct
191 module := &testModuleConfigHostModule{}
267 func (m *testModuleConfigHostModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
283 func (m *testModuleConfigHostModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
372 var _ android.AndroidMkEntriesProvider = (*testModuleConfigHostModule)(nil)
Dtest_module_config_test.go303 mod := derived.Module().(*testModuleConfigHostModule)