aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2017-05-30 16:41:18 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-05-31 09:17:02 +0200
commit166f28cd620f9fc9c4694242916a7fe1a9a998da (patch)
treea57b5e3dd206e5b433c7d9b99a9945f305a1aad9 /WORKSPACE
parent8621efc3ce46a489f7c58fce4697579f43fb6514 (diff)
Add @googleapis repository to WORKSPACE
Change-Id: I2c588a4e965f4f0f15db8d447c63307b1baf1cd0 PiperOrigin-RevId: 157462273
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",