Home
last modified time | relevance | path

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

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