Skip to content

Commit 392ef09

Browse files
committed
Zipmerge: make lib public for internal testing
1 parent cde71a9 commit 392ef09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

misc/bazel/internal/zipmerge/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ cc_library(
44
"zipmerge.cpp",
55
],
66
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
710
)
811

912
cc_binary(

0 commit comments

Comments
 (0)