Skip to content

Commit 9ae7b87

Browse files
authored
Temporary hack to executorch builds
Differential Revision: D78668890 Pull Request resolved: pytorch#12676
1 parent f1510a2 commit 9ae7b87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shim_et/xplat/executorch/build/runtime_wrapper.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ def _patch_kwargs_common(kwargs):
222222
kwargs["visibility"].remove("@EXECUTORCH_CLIENTS")
223223
kwargs["visibility"].extend(env.executorch_clients)
224224

225+
# Meta: temporary, remove after D78422885 lands.
226+
# @oss-disable: kwargs["visibility"] = kwargs["visibility"] + ["waios//..."]
227+
225228
return kwargs
226229

227230
def _patch_kwargs_cxx(kwargs):

0 commit comments

Comments
 (0)