aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/BUILD
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-04-11 10:34:45 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-04-11 11:24:01 +0000
commit285112c9b61ca3782e00ccf6411339da7291a3c3 (patch)
tree9e6c9d3c905be50c56209b3f37d3098ab8b23caf /examples/BUILD
parentdaafdcda9c8e0f883e18bc7c69aad44903a909c8 (diff)
Remove te protocol compiler rules from @bazel_tools.
The immmediate reason for this change is that we also need to add gRPC support to the proto rules, and we don't want to also support gRPC in a half-baked way. This makes the Bazel binary much smaller and avoid giving false signals that we (for now) support protobuf compilation. The protobuf rules are only for compiling Bazel itself. RELNOTES[INC]: Bazel does not embed protocol buffer-related rules anymore. -- MOS_MIGRATED_REVID=119516246
Diffstat (limited to 'examples/BUILD')
-rw-r--r--examples/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/BUILD b/examples/BUILD
index 9d25b8fc73..8bfbc19524 100644
--- a/examples/BUILD
+++ b/examples/BUILD
@@ -8,7 +8,6 @@ filegroup(
"//examples/java-native:srcs",
"//examples/java-skylark:srcs",
"//examples/objc:srcs",
- "//examples/proto:srcs",
"//examples/py:srcs",
"//examples/py_native:srcs",
"//examples/shell:srcs",