Lines Matching refs:modules
298 func (p *Pom) FixDeps(modules map[string]*Pom) {
301 if depPom, ok := modules[d.BpName()]; ok {
593 …rewrite can be used to specify mappings between Maven projects and Android.bp modules. The -rewrite
601 Some Android.bp modules have transitive static dependencies that must be specified when they
605 Some Android.bp modules have transitive runtime dependencies that must be specified when they
609 Sets sdk_version: "<version>" for all modules.
616 Sets jetifier: true for all modules.
707 modules := make(map[string]*Pom)
722 if old, ok := modules[key]; ok {
728 modules[key] = pom
743 pom.FixDeps(modules)