diff --git a/runtime/core/portable_type/targets.bzl b/runtime/core/portable_type/targets.bzl index 6178f2c0f9a..41bc6050524 100644 --- a/runtime/core/portable_type/targets.bzl +++ b/runtime/core/portable_type/targets.bzl @@ -25,6 +25,7 @@ def define_common_targets(): # mean I cant just expose visibility to a single rule. visibility = [ "//executorch/backends/...", + "//executorch/extension/fb/dynamic_shim/...", "//executorch/runtime/core/exec_aten/...", "//executorch/runtime/core/portable_type/test/...", ],