Make CROSSTOOL.default_target_cpu optional

It's deprecated, and not used, there's no reason for it to be required.

RELNOTES: None.
PiperOrigin-RevId: 213639602
This commit is contained in:
hlopko 2018-09-19 18:22:43 +02:00 committed by Marcel Hlopko
parent ce4d5692c2
commit 364065d6a5
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ message CrosstoolRelease {
// Deprecated. Used to be the default CPU if not otherwise specified, but it's
// not used for that purpose (or anything else) anymore. Please also don't add
// new uses of this field.
required string default_target_cpu = 3;
optional string default_target_cpu = 3;
// The default toolchain to use for each given cpu.
repeated DefaultCpuToolchain default_toolchain = 4;