Skip to content

Commit

Permalink
Add --disable_legacy_crosstool_fields to host configuration
Browse files Browse the repository at this point in the history
#6861
#5883

RELNOTES: None
PiperOrigin-RevId: 229770248
  • Loading branch information
hlopko authored and Copybara-Service committed Jan 17, 2019
1 parent b26d4b9 commit 2d0e27e
Show file tree
Hide file tree
Showing 8 changed files with 3,926 additions and 2,427 deletions.
Expand Up @@ -884,7 +884,7 @@ public FragmentOptions getHost() {
host.disableExpandIfAllAvailableInFlagSet = disableExpandIfAllAvailableInFlagSet;
host.disableLegacyCcProvider = disableLegacyCcProvider;
host.removeCpuCompilerCcToolchainAttributes = removeCpuCompilerCcToolchainAttributes;

host.disableLegacyCrosstoolFields = disableLegacyCrosstoolFields;
return host;
}

Expand Down

0 comments on commit 2d0e27e

Please sign in to comment.