diff --git a/kernels/quantized/targets.bzl b/kernels/quantized/targets.bzl index a2533cb003a..7bd8f6852a7 100644 --- a/kernels/quantized/targets.bzl +++ b/kernels/quantized/targets.bzl @@ -61,6 +61,10 @@ def define_common_targets(): name = "all_quantized_ops", ops_schema_yaml_target = ":quantized.yaml", define_static_targets = True, + visibility = [ + "//executorch/...", + "@EXECUTORCH_CLIENTS", + ], ) # On Windows we can only compile these two ops currently, so adding a