Bazel: Add javadoc option to prevent warnings from doclint

Change-Id: I78c7335372e1a1cabb16d265cbabc4640a624ab0
This commit is contained in:
David Pursehouse
2016-10-24 11:45:36 +09:00
parent 1297013141
commit b57f6363c6

View File

@@ -32,6 +32,7 @@ def _impl(ctx):
"mkdir %s" % dir,
" ".join([
ctx.file._javadoc.path,
"-Xdoclint:-missing",
"-protected",
"-encoding UTF-8",
"-charset UTF-8",