Home
last modified time | relevance | path

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

/development/tools/idegen/src/com/android/idegen/
DModule.java89 boolean parseMakeFileForSource; field in Module
95 public Module(File moduleDir, boolean parseMakeFileForSource) throws IOException { in Module() argument
100 this.parseMakeFileForSource = parseMakeFileForSource; in Module()
180 if (parseMakeFileForSource) { in findSourceFilesAndImplicitDependencies()