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.java86 Set<File> implicitModulePathDependencies = Sets.newHashSet(); field in Module
179 implicitModulePathDependencies.add(moduleRoot); in findSourceFilesAndImplicitDependencies()
308 for (File dependency : implicitModulePathDependencies) { in buildDependentModules()
392 implicitModulePathDependencies)) in toString()