Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dbootstrap.go163 type GoBinaryTool interface { interface
376 var _ GoBinaryTool = (*goBinary)(nil)
/build/soong/android/
Dandroidmk.go503 case bootstrap.GoBinaryTool:
513 goBinary bootstrap.GoBinaryTool) error { argument
/build/soong/genrule/
Dgenrule.go238 } else if t, ok := module.(bootstrap.GoBinaryTool); ok {
/build/soong/apex/
Dapex.go1667 func apexFileForGoBinary(ctx android.BaseModuleContext, depName string, gb bootstrap.GoBinaryTool) … argument
2059 } else if gb, ok := child.(bootstrap.GoBinaryTool); ok && a.Host() {