Skip to content

Commit

Permalink
Allow rules_shell to use private APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Oct 4, 2024
1 parent 98057be commit 09a046d
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 09a046d

Please sign in to comment.