Searched defs:testSingletonModule (Results 1 – 2 of 2) sorted by relevance
21 type testSingletonModule struct { struct22 SingletonModuleBase23 ops []string26 func (tsm *testSingletonModule) GenerateAndroidBuildActions(ctx ModuleContext) {30 func (tsm *testSingletonModule) GenerateSingletonBuildActions(ctx SingletonContext) {34 func (tsm *testSingletonModule) MakeVars(ctx MakeVarsContext) {
37 fun testSingletonModule() { in <lambda>() method