From 8e93ed32e0b4f98051e80e50e2eb81efd9e39251 Mon Sep 17 00:00:00 2001 From: Ola Rozenfeld Date: Mon, 16 Jul 2018 16:50:06 -0400 Subject: Importing remote-apis repository into Bazel for Remote API v2. Change-Id: I245c8514adedfa443e3ffd41a54714f40fc193c4 --- WORKSPACE | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WORKSPACE') 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", -- cgit v1.2.3