forked from openkylin/platform_build
fix the build still
Change-Id: I2bfbcdd4b463549f3f331ac7a1c7fa89aadef1a8
This commit is contained in:
parent
0ee89a72d5
commit
cd7c775ece
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue