Skip to content

Commit 3b9fa78

Browse files
Modify build file visibility
PiperOrigin-RevId: 455649697
1 parent 94beccf commit 3b9fa78

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: research/pate_2018/BUILD

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
package(default_visibility = ["//visibility:private"])
1+
load("@rules_python//python:defs.bzl", "py_library")
2+
3+
package(default_visibility = ["//visibility:public"])
24

35
licenses(["notice"])
46

@@ -12,3 +14,8 @@ filegroup(
1214
],
1315
tags = ["ignore_srcs"],
1416
)
17+
18+
py_library(
19+
name = "core",
20+
srcs = ["core.py"],
21+
)

0 commit comments

Comments
 (0)