Zipmerge: make lib public for internal testing

This commit is contained in:
Paolo Tranquilli
2024-05-27 17:28:33 +02:00
parent cde71a915b
commit 392ef09d19

View File

@@ -4,6 +4,9 @@ cc_library(
"zipmerge.cpp",
],
hdrs = ["zipmerge.h"],
visibility = ["//visibility:public"],
# this is to make internal repo be able to keep on testing this code
# before we fully port tests here
)
cc_binary(