Searched refs:GoBinaryTool (Results 1 – 4 of 4) sorted by relevance
163 type GoBinaryTool interface { interface376 var _ GoBinaryTool = (*goBinary)(nil)
503 case bootstrap.GoBinaryTool:513 goBinary bootstrap.GoBinaryTool) error { argument
238 } else if t, ok := module.(bootstrap.GoBinaryTool); ok {
1667 func apexFileForGoBinary(ctx android.BaseModuleContext, depName string, gb bootstrap.GoBinaryTool) … argument2059 } else if gb, ok := child.(bootstrap.GoBinaryTool); ok && a.Host() {