We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c048ea2 commit 976fe48Copy full SHA for 976fe48
runtime/core/portable_type/targets.bzl
@@ -25,6 +25,7 @@ def define_common_targets():
25
# mean I cant just expose visibility to a single rule.
26
visibility = [
27
"//executorch/backends/...",
28
+ "//executorch/extension/fb/dynamic_shim/...",
29
"//executorch/runtime/core/exec_aten/...",
30
"//executorch/runtime/core/portable_type/test/...",
31
],
0 commit comments