aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-07-19 23:07:50 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-07-20 10:30:05 +0200
commit80fa921cac81201c5840f98473af6b0c8d800548 (patch)
tree391ce3416eb9ff04fc1e510de470a77275fb1e84 /WORKSPACE
parent5e606e6113902a5ddfe4f5e54fb72a0fd2f4c3e3 (diff)
Internal change
PiperOrigin-RevId: 162532778
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index a86ba4e6b4..e7bf065e57 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -33,6 +33,13 @@ bind(
actual = "//third_party/py/six",
)
+new_http_archive(
+ name = "bazel_j2objc",
+ url = "https://github.com/google/j2objc/releases/download/1.0.1/j2objc-1.0.1.zip",
+ sha256 = "25cd1da1c2ca2f446bcd9e663da1e1776316547f4b14785709d07ce888c34d67",
+ build_file = __embedded_dir__ + "/embedded_tools/third_party/java/j2objc/BUILD.remote"
+)
+
# For src/test/docker/...
load("//src/test/docker:docker_repository.bzl", "docker_repository")
docker_repository()