Skip to content

Commit

Permalink
Allow rules_shell to use private APIs
Browse files Browse the repository at this point in the history
Closes #23873.

PiperOrigin-RevId: 682416574
Change-Id: I531cbdadac035bb14585eafe5be093823bca2214
  • Loading branch information
fmeum authored and copybara-github committed Oct 4, 2024
1 parent 527ab48 commit cab7d45
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ public final class BuiltinRestriction {
// Proto rules
BuiltinRestriction.allowlistEntry("", "third_party/protobuf"),
BuiltinRestriction.allowlistEntry("protobuf", ""),
BuiltinRestriction.allowlistEntry("com_google_protobuf", ""));
BuiltinRestriction.allowlistEntry("com_google_protobuf", ""),

// Shell rules
BuiltinRestriction.allowlistEntry("rules_shell", ""));

private BuiltinRestriction() {}

Expand Down

0 comments on commit cab7d45

Please sign in to comment.