Home
last modified time | relevance | path

Searched refs:BpDeps (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/go2bp/
Dgo2bp.go138 func (g GoPackage) BpDeps(deps []string) []string { func
198 {{- if .BpDeps .AllImports}}
200 {{- range .BpDeps .AllImports}}
/build/soong/cmd/pom2bp/
Dpom2bp.go298 return p.BpDeps("jar", []string{"compile", "runtime"})
302 return p.BpDeps("aar", []string{"compile", "runtime"})
327 func (p Pom) BpDeps(typeExt string, scopes []string) []string { func