Home
last modified time | relevance | path

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

/development/tools/idegen/src/com/android/idegen/
DModule.java85 Set<File> implicitModulePathDependencies = Sets.newHashSet(); field in Module
178 implicitModulePathDependencies.add(moduleRoot); in findSourceFilesAndImplicitDependencies()
307 for (File dependency : implicitModulePathDependencies) { in buildDependentModules()
391 implicitModulePathDependencies)) in toString()