mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Zipmerge: make lib public for internal testing
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user