Home
last modified time | relevance | path

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

/build/soong/cmd/pom2bp/
Dpom2bp.go306 return p.BazelDeps("jar", []string{"compile", "runtime"})
310 return p.BazelDeps("aar", []string{"compile", "runtime"})
341 func (p Pom) BazelDeps(typeExt string, scopes []string) []string { func