Searched refs:barModule (Results 1 – 2 of 2) sorted by relevance
97 type barModule struct { struct107 m := &barModule{}111 func (b *barModule) Deps() []string { argument115 func (b *barModule) IgnoreDeps() []string { argument119 func (b *barModule) GenerateBuildActions(ModuleContext) { argument122 func (b *barModule) Bar() bool { argument126 func (b *barModule) Walk() bool { argument438 b := ctx.moduleGroupFromName("B", nil).modules.firstModule().logicModule.(*barModule)439 c := ctx.moduleGroupFromName("C", nil).modules.firstModule().logicModule.(*barModule)
590 barModule := ctx.ModuleForTests("bar", "android_common")591 barJar := barModule.Output("combined/bar.jar").Output610 barDexJar := barModule.Module().(*Import).DexJarBuildPath(errCtx)631 entries = android.AndroidMkEntriesForTest(t, ctx, barModule.Module())[0]