Remove breakpad support from bazel

PiperOrigin-RevId: 125385321
This commit is contained in:
dmishe 2016-06-21 00:15:35 +02:00 committed by Marcel Hlopko
parent c3f9f8d68f
commit 5e3e5c8d64
1 changed files with 0 additions and 3 deletions

View File

@ -305,9 +305,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.