Internal change
PiperOrigin-RevId: 487676791
This commit is contained in:
committed by
Copybara-Service
parent
ec327cedcb
commit
9f681d20e8
+18
@@ -12,3 +12,21 @@ py_binary(
|
||||
"//third_party/py/tensorflow_docs/api_generator:public_api",
|
||||
],
|
||||
)
|
||||
|
||||
py_binary(
|
||||
name = "build_java_api_docs",
|
||||
srcs = ["build_java_api_docs.py"],
|
||||
data = [
|
||||
"//third_party/java/doclava/current:doclava.jar",
|
||||
"//third_party/java/jsilver:jsilver_jar",
|
||||
],
|
||||
env = {
|
||||
"DOCLAVA_JAR": "$(location //third_party/java/doclava/current:doclava.jar)",
|
||||
"JSILVER_JAR": "$(location //third_party/java/jsilver:jsilver_jar)",
|
||||
},
|
||||
deps = [
|
||||
"//third_party/py/absl:app",
|
||||
"//third_party/py/absl/flags",
|
||||
"//third_party/py/tensorflow_docs/api_generator/gen_java",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user