aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOla Rozenfeld <olaola@google.com>2018-07-13 16:06:18 -0400
committerOla Rozenfeld <olaola@google.com>2018-07-13 16:06:18 -0400
commit6d22636d14cbf35b93ca634a18824fed8a6c9097 (patch)
tree6abdd8920f6ae0b726429f45db5a0e0ed336a7e4
parent4ac001182e50d404fa790fb4a321daca089fe18c (diff)
downloadbazelbuild-remote-apis-6d22636d14cbf35b93ca634a18824fed8a6c9097.tar.gz
Adding a Java proto BUILD rule.
-rw-r--r--build/bazel/remote/execution/v2/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/bazel/remote/execution/v2/BUILD b/build/bazel/remote/execution/v2/BUILD
index 0503614..cd2b72a 100644
--- a/build/bazel/remote/execution/v2/BUILD
+++ b/build/bazel/remote/execution/v2/BUILD
@@ -15,3 +15,8 @@ proto_library(
"@googleapis//:google_rpc_status_proto",
],
)
+
+java_proto_library(
+ name = "remote_execution_java_proto",
+ deps = [":remote_execution_proto"],
+)