From 285112c9b61ca3782e00ccf6411339da7291a3c3 Mon Sep 17 00:00:00 2001 From: Lukacs Berki Date: Mon, 11 Apr 2016 10:34:45 +0000 Subject: 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 --- examples/BUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/BUILD') 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", -- cgit v1.2.3