Home
last modified time | relevance | path

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

/build/soong/cmd/pom2bp/
Dpom2bp.go114 func (n HostModuleNames) IsHostModule(groupId string, artifactId string) bool { func
214 func (p Pom) IsHostModule() bool { func
215 return hostModuleNames.IsHostModule(p.GroupId, p.ArtifactId)
219 return !p.IsHostModule()
227 return p.IsHostModule() && !p.IsHostAndDeviceModule()