am cd7c775e: fix the build still

Merge commit 'cd7c775ece6854765ae3208818e76d9d11724713' into gingerbread-plus-aosp

* commit 'cd7c775ece6854765ae3208818e76d9d11724713':
  fix the build still
This commit is contained in:
Joe Onorato 2010-08-31 13:00:56 -07:00 committed by Android Git Automerger
commit 42ee0a2a48
1 changed files with 3 additions and 0 deletions

View File

@ -434,6 +434,9 @@ public class DroidDoc
if (option.equals("-nodocs")) {
return 1;
}
if (option.equals("-parsecomments")) {
return 1;
}
if (option.equals("-since")) {
return 3;
}