Skip to content

Commit

Permalink
Made runtime visible to codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Daquiver1 committed Nov 22, 2023
1 parent 331e416 commit 84a94cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion projects/jdwp/codegen/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ python_library(
name = "codegen",
srcs = glob(["**/*.py"]),
deps = ["//projects/jdwp/defs:defs"],
visibility = ["PUBLIC"],
visibility = ["PUBLIC", "//projects/jdwp/runtime/...",
],

)
3 changes: 2 additions & 1 deletion projects/jdwp/runtime/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ python_library(
srcs = [
":type-aliases",
],
visibility = ["PUBLIC"],
visibility = ["PUBLIC", ],


deps = [],
)

0 comments on commit 84a94cd

Please sign in to comment.