Home
last modified time | relevance | path

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

/build/soong/cmd/pom2bp/
Dpom2bp.go181 type Pom struct { struct
197 func (p Pom) IsAar() bool { argument
201 func (p Pom) IsJar() bool { argument
205 func (p Pom) IsHostModule() bool { argument
209 func (p Pom) IsDeviceModule() bool { argument
213 func (p Pom) IsHostAndDeviceModule() bool { argument
217 func (p Pom) IsHostOnly() bool { argument
221 func (p Pom) ModuleType() string { argument
231 func (p Pom) ImportModuleType() string { argument
241 func (p Pom) ImportProperty() string { argument
[all …]
/build/soong/cmd/pom2mk/
Dpom2mk.go138 type Pom struct { struct
153 func (p Pom) IsAar() bool { argument
157 func (p Pom) IsJar() bool { argument
161 func (p Pom) MkName() string { argument
168 func (p Pom) MkJarDeps() []string { argument
172 func (p Pom) MkAarDeps() []string { argument
178 func (p Pom) MkDeps(typeExt string, scopes []string) []string { argument
195 func (p Pom) SdkVersion() string { argument
199 func (p Pom) Jetifier() bool { argument
203 func (p *Pom) FixDeps(modules map[string]*Pom) { argument
[all …]