Skip to content

Commit 1483a7c

Browse files
comiuscopybara-github
authored andcommitted
Flip --incompatible_disable_objc_library_transition
RELNOTES[INC]: transition is removed from objc_library (bazelbuild#19688) PiperOrigin-RevId: 574168995 Change-Id: I535ddaa4ea32b8ccd8ba2e36df349a5df749dc8d
1 parent 0a2aac4 commit 1483a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/google/devtools/build/lib/packages/semantics/BuildLanguageOptions.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ public final class BuildLanguageOptions extends OptionsBase {
651651

652652
@Option(
653653
name = "incompatible_disable_objc_library_transition",
654-
defaultValue = "false",
654+
defaultValue = "true",
655655
documentationCategory = OptionDocumentationCategory.STARLARK_SEMANTICS,
656656
effectTags = {OptionEffectTag.BUILD_FILE_SEMANTICS},
657657
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
@@ -879,7 +879,7 @@ public StarlarkSemantics toStarlarkSemantics() {
879879
public static final String INCOMPATIBLE_OBJC_PROVIDER_REMOVE_LINKING_INFO =
880880
"-incompatible_objc_provider_remove_linking_info";
881881
public static final String INCOMPATIBLE_DISABLE_OBJC_LIBRARY_TRANSITION =
882-
"-incompatible_disable_objc_library_transition";
882+
"+incompatible_disable_objc_library_transition";
883883
public static final String INCOMPATIBLE_FAIL_ON_UNKNOWN_ATTRIBUTES =
884884
"+incompatible_fail_on_unknown_attributes";
885885
public static final String INCOMPATIBLE_ENABLE_PROTO_TOOLCHAIN_RESOLUTION =

0 commit comments

Comments
 (0)