Searched refs:GoBinaryTool (Results 1 – 5 of 5) sorted by relevance
174 type GoBinaryTool interface { interface402 var _ GoBinaryTool = (*goBinary)(nil)
745 case bootstrap.GoBinaryTool:758 goBinary bootstrap.GoBinaryTool) error { argument
464 } else if goBinary, ok := module.(bootstrap.GoBinaryTool); ok {
315 case bootstrap.GoBinaryTool:
1449 func apexFileForGoBinary(ctx android.BaseModuleContext, depName string, gb bootstrap.GoBinaryTool) … argument1694 } else if gb, ok := child.(bootstrap.GoBinaryTool); ok && a.Host() {