Home
last modified time | relevance | path

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

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