Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dbootstrap.go150 type GoBinaryTool interface { interface
/build/soong/android/
Dandroidmk.go785 goBinary bootstrap.GoBinaryTool) error {
Dpaths.go482 func PathForGoBinary(ctx PathContext, goBinary bootstrap.GoBinaryTool) Path {
/build/soong/apex/
Dapex.go1733 func apexFileForGoBinary(ctx android.BaseModuleContext, depName string, gb bootstrap.GoBinaryTool) …