Skip to content

Commit 84defbf

Browse files
ChristianWLangfacebook-github-bot
authored andcommitted
Adding EXECUTORCH_CLIENTS visibility to parallel extension (#2768)
Summary: title. Reviewed By: mergennachin Differential Revision: D55505037 Pulled By: ChristianWLang
1 parent 6e2705e commit 84defbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/parallel/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def define_common_targets():
2020
],
2121
visibility = [
2222
"//executorch/...",
23+
"@EXECUTORCH_CLIENTS",
2324
],
2425
deps = [
2526
"//executorch/backends/xnnpack/threadpool:threadpool",

0 commit comments

Comments
 (0)