File tree 1 file changed +2
-2
lines changed
src/main/java/com/google/devtools/build/lib/packages/semantics
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ public final class BuildLanguageOptions extends OptionsBase {
651
651
652
652
@ Option (
653
653
name = "incompatible_disable_objc_library_transition" ,
654
- defaultValue = "false " ,
654
+ defaultValue = "true " ,
655
655
documentationCategory = OptionDocumentationCategory .STARLARK_SEMANTICS ,
656
656
effectTags = {OptionEffectTag .BUILD_FILE_SEMANTICS },
657
657
metadataTags = {OptionMetadataTag .INCOMPATIBLE_CHANGE },
@@ -879,7 +879,7 @@ public StarlarkSemantics toStarlarkSemantics() {
879
879
public static final String INCOMPATIBLE_OBJC_PROVIDER_REMOVE_LINKING_INFO =
880
880
"-incompatible_objc_provider_remove_linking_info" ;
881
881
public static final String INCOMPATIBLE_DISABLE_OBJC_LIBRARY_TRANSITION =
882
- "- incompatible_disable_objc_library_transition" ;
882
+ "+ incompatible_disable_objc_library_transition" ;
883
883
public static final String INCOMPATIBLE_FAIL_ON_UNKNOWN_ATTRIBUTES =
884
884
"+incompatible_fail_on_unknown_attributes" ;
885
885
public static final String INCOMPATIBLE_ENABLE_PROTO_TOOLCHAIN_RESOLUTION =
You can’t perform that action at this time.
0 commit comments