Skip to content

Commit

Permalink
Allow Starlark rules to be able to use the exec_compatible_with
Browse files Browse the repository at this point in the history
attribute by default.

Fixes #8451, part of #8134.

Closes #8453.

PiperOrigin-RevId: 249804440
  • Loading branch information
katre authored and aehlig committed May 24, 2019
1 parent ab8d616 commit 3586a34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -280,7 +280,7 @@ public interface SkylarkRuleFunctionsApi<FileApiT extends FileApi> {
type = Boolean.class,
named = true,
positional = false,
defaultValue = "False",
defaultValue = "True",
disableWithFlag =
FlagIdentifier.INCOMPATIBLE_DISALLOW_RULE_EXECUTION_PLATFORM_CONSTRAINTS_ALLOWED,
valueWhenDisabled = "True",
Expand Down

0 comments on commit 3586a34

Please sign in to comment.