Skip to content

Commit 891de81

Browse files
ted-xiecopybara-github
authored andcommitted
Merge #401 by ted-xie: Delete reference to transition allowlist
Should no longer be necessary in newer Bazel versions. Closes #401 COPYBARA_INTEGRATE_REVIEW=#401 from ted-xie:no_transition_allowlist fe938e9 PiperOrigin-RevId: 793811175 Change-Id: Id422fdc5a2020764a130409c5528ca2c05b41db2
1 parent d9319a5 commit 891de81

File tree

1 file changed

+0
-3
lines changed
  • test/rules/android_binary/manifest_merge_order

1 file changed

+0
-3
lines changed

test/rules/android_binary/manifest_merge_order/defs.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ def _manifest_merge_split_impl(ctx):
4747
manifest_merge_split = rule(
4848
implementation = _manifest_merge_split_impl,
4949
attrs = {
50-
"_allowlist_function_transition": attr.label(
51-
default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
52-
),
5350
"binary": attr.label(cfg = _manifest_merge_split_transition),
5451
},
5552
)

0 commit comments

Comments
 (0)