Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DProjectSetupBuilder.java169 List<GradleModule> shortestChain = findModule(toFind, rootModule.getDependencies()); in findModule() local
171 if (shortestChain != null) { in findModule()
172 shortestChain.add(0, rootModule); in findModule()
175 return shortestChain; in findModule()