Merge "DO NOT MERGE: Fix the build by ignoring directories that don't exist." into gingerbread
This commit is contained in:
@@ -579,6 +579,7 @@ public class DroidDoc
|
|||||||
File f = new File(htmlDir);
|
File f = new File(htmlDir);
|
||||||
if (!f.isDirectory()) {
|
if (!f.isDirectory()) {
|
||||||
System.err.println("htmlDir not a directory: " + htmlDir);
|
System.err.println("htmlDir not a directory: " + htmlDir);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
writeDirectory(f, "");
|
writeDirectory(f, "");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user