Home
last modified time | relevance | path

Searched refs:goBinary (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/bootstrap/
Dwritedocs.go22 var primaryBuilders []*goBinary
23 var minibp *goBinary
26 binaryModule := module.(*goBinary)
39 var primaryBuilder *goBinary
Dbootstrap.go229 _, isBinary := module.(*goBinary)
234 _, isBinary := module.(*goBinary)
375 type goBinary struct { struct
402 var _ GoBinaryTool = (*goBinary)(nil)
406 module := &goBinary{
414 func (g *goBinary) DynamicDependencies(ctx blueprint.DynamicDependerModuleContext) []string { argument
421 func (g *goBinary) isGoBinary() {} argument
422 func (g *goBinary) InstallPath() string { argument
426 func (g *goBinary) GenerateBuildActions(ctx blueprint.ModuleContext) { argument
430 primary := ctx.PrimaryModule().(*goBinary)
[all …]
/build/soong/android/
Dandroidmk.go758 goBinary bootstrap.GoBinaryTool) error {
762 fmt.Fprintln(w, name+":", goBinary.InstallPath())
Dpaths.go464 } else if goBinary, ok := module.(bootstrap.GoBinaryTool); ok {
465 if rel, err := filepath.Rel(PathForOutput(ctx).String(), goBinary.InstallPath()); err == nil {
468 return nil, fmt.Errorf("cannot find output path for %q: %w", goBinary.InstallPath(), err)
/build/soong/apex/
Dandroidmk.go46 case nativeExecutable, shBinary, pyBinary, goBinary:
Dapex.go427 goBinary const
1460 return newApexFile(ctx, fileToCopy, depName, dirInApex, goBinary, nil)