Skip to content

Commit

Permalink
Propagate --strict_system_includes to host options. AFAICT, this was an
Browse files Browse the repository at this point in the history
oversight when adding the option.

RELNOTES: None.
PiperOrigin-RevId: 352364309
  • Loading branch information
djasper-gh authored and copybara-github committed Jan 18, 2021
1 parent 47849d4 commit 8ab5a61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,7 @@ public FragmentOptions getHost() {
host.loadCcRulesFromBzl = loadCcRulesFromBzl;
host.validateTopLevelHeaderInclusions = validateTopLevelHeaderInclusions;
host.parseHeadersSkippedIfCorrespondingSrcsFound = parseHeadersSkippedIfCorrespondingSrcsFound;
host.strictSystemIncludes = strictSystemIncludes;

// Save host options for further use.
host.hostCoptList = hostCoptList;
Expand Down

0 comments on commit 8ab5a61

Please sign in to comment.