aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Ola Rozenfeld <olaola@google.com>2018-08-10 11:04:44 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-10 11:06:04 -0700
commit930119a70d1024f8d1697582ae2c46292cdfe409 (patch)
tree04702ac1e76ea0d544372cd0d9b8311420c56ccd /WORKSPACE
parent2b3befd9746ffc8ed1a6f02bf260a91282fa489e (diff)
Importing remote-apis repository into Bazel for Remote API v2.
Import the current version of https://github.com/bazelbuild/remote-apis/ into Bazel to enable Remote API V2 migration. Change-Id: I245c8514adedfa443e3ffd41a54714f40fc193c4 Closes #5605. Change-Id: I245c8514adedfa443e3ffd41a54714f40fc193c4 PiperOrigin-RevId: 208236825
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index d016e17d2b..0b0cba005a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -91,6 +91,12 @@ new_local_repository(
build_file = "./third_party/googleapis/BUILD",
)
+new_local_repository(
+ name = "remoteapis",
+ path = "./third_party/remoteapis/",
+ build_file = "./third_party/remoteapis/BUILD.bazel",
+)
+
http_archive(
name = "desugar_jdk_libs",
url = "https://github.com/google/desugar_jdk_libs/archive/fd937f4180c1b557805219af4482f1a27eb0ff2b.zip",