Remove breakpad support from bazel

PiperOrigin-RevId: 125385321
diff --git a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto
index 0e6c19c..41611c4 100644
--- a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto
+++ b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto
@@ -305,9 +305,6 @@
   optional bool supports_fission = 43 [default = false];
   // Can generate dsym debug symbol information.
   optional bool supports_dsym = 51 [default = false];
-  // Can generate a breakpad file. Requires that support_dsym=true,
-  // otherwise an error will be thrown.
-  optional bool supports_breakpad = 52 [default = false];
   optional bool needsPic = 12 [default = false];
 
   // Compiler flags for C/C++/Asm compilation.