Skip to content

Commit b2c02fe

Browse files
authored
Add visibility to codegen's gen_lib so users can use it
Differential Revision: D75996100 Pull Request resolved: #11386
1 parent 60929cf commit b2c02fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codegen/targets.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ def define_common_targets():
6161
deps = [
6262
":api",
6363
],
64+
visibility = [
65+
"@EXECUTORCH_CLIENTS",
66+
"//executorch/codegen/...",
67+
],
6468
)
6569

6670
runtime.python_binary(

0 commit comments

Comments
 (0)