Lines Matching refs:modules
293 func (p *Pom) FixDeps(modules map[string]*Pom) {
296 if depPom, ok := modules[d.BpName()]; ok {
584 …rewrite can be used to specify mappings between Maven projects and Android.bp modules. The -rewrite
592 Some Android.bp modules have transitive static dependencies that must be specified when they
596 Some Android.bp modules have transitive runtime dependencies that must be specified when they
600 Sets sdk_version: "<version>" for all modules.
605 Sets jetifier: true for all modules.
695 modules := make(map[string]*Pom)
710 if old, ok := modules[key]; ok {
716 modules[key] = pom
731 pom.FixDeps(modules)