aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar David Chen <dzc@google.com>2016-03-16 13:17:57 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-03-17 10:03:45 +0000
commitb78bbd5dd53ecaeb8a736b69ecd3f014232da1d4 (patch)
tree0f13b04b4b05d90c2aab1a881ec73c631fca6b20 /WORKSPACE
parentc4d448fb1841dc007c8053c9940a195634425fb1 (diff)
Add Python protobuf to Bazel third_party and move all protobuf targets into
//third_party/protobuf. -- MOS_MIGRATED_REVID=117336377
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 8 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 98a8454ced..fc9a0f7c60 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -12,6 +12,14 @@ jsonnet_repositories()
rust_repositories()
sass_repositories()
+# Protobuf expects an //external:python_headers label which would contain the
+# Python headers if fast Python protos is enabled. Since we are not using fast
+# Python protos, bind python_headers to a dummy target.
+bind(
+ name = "python_headers",
+ actual = "//:dummy",
+)
+
# Bind to dummy targets if no android SDK/NDK is present.
bind(
name = "android_sdk_for_testing",