We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde71a9 commit 392ef09Copy full SHA for 392ef09
1 file changed
misc/bazel/internal/zipmerge/BUILD.bazel
@@ -4,6 +4,9 @@ cc_library(
4
"zipmerge.cpp",
5
],
6
hdrs = ["zipmerge.h"],
7
+ visibility = ["//visibility:public"],
8
+ # this is to make internal repo be able to keep on testing this code
9
+ # before we fully port tests here
10
)
11
12
cc_binary(
0 commit comments