commit | 8536172a6743c3ca05c49dddc63325bf69dc5799 | [log] [tgz] |
---|---|---|
author | Julie <30670028+juliexxia@users.noreply.github.com> | Thu Feb 28 08:50:50 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 28 08:52:05 2019 -0800 |
tree | 79d9ac6bdda82e8533cc66f573ae9bf607e90e9f | |
parent | 2d7c0ffbadc54833958c8800aaff2d7058848d15 [diff] [blame] |
Add whitelist file for starlark transitions Whitelist all the things! Closes #7535. PiperOrigin-RevId: 236130176
diff --git a/tools/whitelists/BUILD b/tools/whitelists/BUILD index 2db6afb..150500d 100644 --- a/tools/whitelists/BUILD +++ b/tools/whitelists/BUILD
@@ -5,6 +5,7 @@ srcs = [ "BUILD", "//tools/whitelists/config_feature_flag:srcs", + "//tools/whitelists/function_transition_whitelist:srcs", ], visibility = ["//tools:__pkg__"], )