Skip to content

Commit 6f6d4cc

Browse files
fmeumcopybara-github
authored andcommitted
Flip --incompatible_always_include_files_in_data
RELNOTES[INC]: `--incompatible_always_include_files_in_data` is flipped to true. See bazelbuild#16654 for details. Fixes bazelbuild#16654 Closes bazelbuild#16692. PiperOrigin-RevId: 491968093 Change-Id: Iceead2dc08bc917d8eb173c8e7e67491f8f3df01
1 parent 3ba4b4f commit 6f6d4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ public ExecConfigurationDistinguisherSchemeConverter() {
435435

436436
@Option(
437437
name = "incompatible_always_include_files_in_data",
438-
defaultValue = "false",
438+
defaultValue = "true",
439439
documentationCategory = OptionDocumentationCategory.OUTPUT_SELECTION,
440440
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
441441
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},

0 commit comments

Comments
 (0)