Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0962b719 authored by Bill Napier's avatar Bill Napier Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE: Fix the build by ignoring directories that don't exist." into gingerbread

parents 7eaa4dc2 10cd7f99
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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, "");
        }