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 f1510a2 commit 9ae7b87Copy full SHA for 9ae7b87
shim_et/xplat/executorch/build/runtime_wrapper.bzl
@@ -222,6 +222,9 @@ def _patch_kwargs_common(kwargs):
222
kwargs["visibility"].remove("@EXECUTORCH_CLIENTS")
223
kwargs["visibility"].extend(env.executorch_clients)
224
225
+ # Meta: temporary, remove after D78422885 lands.
226
+ # @oss-disable: kwargs["visibility"] = kwargs["visibility"] + ["waios//..."]
227
+
228
return kwargs
229
230
def _patch_kwargs_cxx(kwargs):
0 commit comments