Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dbootstrap.go174 type GoBinaryTool interface { interface
402 var _ GoBinaryTool = (*goBinary)(nil)
/build/soong/android/
Dandroidmk.go745 case bootstrap.GoBinaryTool:
758 goBinary bootstrap.GoBinaryTool) error { argument
Dpaths.go464 } else if goBinary, ok := module.(bootstrap.GoBinaryTool); ok {
/build/soong/genrule/
Dgenrule.go315 case bootstrap.GoBinaryTool:
/build/soong/apex/
Dapex.go1449 func apexFileForGoBinary(ctx android.BaseModuleContext, depName string, gb bootstrap.GoBinaryTool) … argument
1694 } else if gb, ok := child.(bootstrap.GoBinaryTool); ok && a.Host() {