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 cf16b85 commit b4eda5fCopy full SHA for b4eda5f
shim/xplat/executorch/build/runtime_wrapper.bzl
@@ -59,7 +59,7 @@ def _patch_executorch_references(targets, use_static_deps = False):
59
return targets
60
out_targets = []
61
for target in targets:
62
- if target.startswith("//xplat/executorch"):
+ if target.startswith("//xplat/executorch/") or target.startswith("//xplat/executorch:"):
63
fail("References to executorch build targets must use " +
64
"`//executorch`, not `//xplat/executorch`")
65
0 commit comments