Skip to content

Commit 494d04c

Browse files
keithcopybara-github
authored andcommitted
Fix missing starlarkification allowlist values
Copybara Import from #518 BEGIN_PUBLIC Fix missing starlarkification allowlist values (#518) This is required since these rulesets still support WORKSPACE for LTS bazel versions Closes #518 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#518 from keith:ks/fix-missing-starlarkification-allowlist-values d2bbd27 PiperOrigin-RevId: 830499233 Change-Id: If26f831ef070b5e5a0272bf358ea4a148fc0610a
1 parent f867aea commit 494d04c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cc/common/cc_helper_internal.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ PRIVATE_STARLARKIFICATION_ALLOWLIST = [
5656
# Apple rules
5757
("", "third_party/bazel_rules/rules_apple"),
5858
("apple_support", ""),
59+
("build_bazel_apple_support", ""),
5960
("rules_apple", ""),
61+
("build_bazel_rules_apple", ""),
6062
# C++ rules
6163
("", "bazel_internal/test_rules/cc"),
6264
("", "third_party/bazel_rules/rules_cc"),

0 commit comments

Comments
 (0)