aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index cc7cb52bc4..c083719d03 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -72,6 +72,12 @@ new_local_repository(
path = "./third_party/protobuf/3.2.0/",
)
+new_local_repository(
+ name = "googleapis",
+ path = "./third_party/googleapis/",
+ build_file = "./third_party/googleapis/BUILD",
+)
+
# OpenJDK distributions used to create a version of Bazel bundled with the OpenJDK.
http_file(
name = "openjdk_linux",