Skip to content

Commit 1068146

Browse files
Adam Ernstfacebook-github-bot
authored andcommitted
Temporary hack to executorch builds (#12676)
Summary: Pull Request resolved: #12676 Reviewed By: swolchok, yvdorofeev Differential Revision: D78668890
1 parent 6aa864e commit 1068146

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. @oss-disable
226+
# @oss-disable: kwargs["visibility"] = kwargs["visibility"] + ["waios//..."]
227+
225228
return kwargs
226229

227230
def _patch_kwargs_cxx(kwargs):

0 commit comments

Comments
 (0)