From 166f28cd620f9fc9c4694242916a7fe1a9a998da Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Tue, 30 May 2017 16:41:18 +0200 Subject: Add @googleapis repository to WORKSPACE Change-Id: I2c588a4e965f4f0f15db8d447c63307b1baf1cd0 PiperOrigin-RevId: 157462273 --- WORKSPACE | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WORKSPACE') 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", -- cgit v1.2.3