Sign in
bazel
/
bazel
/
62060babcc26f3cac3db020e423daec8755fd426
/
.
/
tools
/
zip
/
BUILD.tools
blob: c2dd86ee179094046ce21178f6ae562e60ef54e5 [
file
] [
log
] [
blame
]
package
(
default_visibility
=
[
"//visibility:public"
])
filegroup
(
name
=
"zipper"
,
srcs
=
select
({
"//src/conditions:remote"
:
[
"//third_party/ijar:zipper"
],
"//conditions:default"
:
glob
([
"zipper/*"
]),
}),
)