Home
last modified time | relevance | path

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

/build/soong/android/
Dnamespace_test.go697 testModule, ok := candidate.(*testModule)
699 if testModule.properties.Id == id {
700 module = newTestingModule(ctx.config, testModule)
708 type testModule struct { struct
717 func (m *testModule) DepsMutator(ctx BottomUpMutatorContext) { argument
726 func (m *testModule) GenerateAndroidBuildActions(ModuleContext) { argument
730 if m, ok := ctx.Module().(*testModule); ok {
738 m := &testModule{}