forked from openkylin/platform_build
am 0962b719: Merge "DO NOT MERGE: Fix the build by ignoring directories that don\'t exist." into gingerbread
Merge commit '0962b71980b7e850a1ef87766ae12de16ab2efb4' into gingerbread-plus-aosp * commit '0962b71980b7e850a1ef87766ae12de16ab2efb4': DO NOT MERGE: Fix the build by ignoring directories that don't exist.
This commit is contained in:
commit
1ad1380599
|
@ -579,6 +579,7 @@ public class DroidDoc
|
|||
File f = new File(htmlDir);
|
||||
if (!f.isDirectory()) {
|
||||
System.err.println("htmlDir not a directory: " + htmlDir);
|
||||
continue;
|
||||
}
|
||||
writeDirectory(f, "");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue