aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/crosstool_config.proto
diff options
context:
space:
mode:
authorGravatar Dmitry Shevchenko <dmishe@google.com>2016-06-20 22:15:35 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-21 09:59:13 +0000
commit1442442e9ddff85efdec0f34ac312a513962862c (patch)
tree72a2d9941fe945f31511c2041c17cefd350f7162 /src/main/protobuf/crosstool_config.proto
parent1f1f207573c7b9c3e2d3ca1ffb0780a8fd592214 (diff)
Remove breakpad support from bazel
-- MOS_MIGRATED_REVID=125385321
Diffstat (limited to 'src/main/protobuf/crosstool_config.proto')
-rw-r--r--src/main/protobuf/crosstool_config.proto3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/protobuf/crosstool_config.proto b/src/main/protobuf/crosstool_config.proto
index ced4635c99..bab618c2b0 100644
--- a/src/main/protobuf/crosstool_config.proto
+++ b/src/main/protobuf/crosstool_config.proto
@@ -303,9 +303,6 @@ message CToolchain {
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.