summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index c334326..eb3d4ea 100644
--- a/BUILD
+++ b/BUILD
@@ -1,7 +1,14 @@
# Bazel (https://bazel.io/) BUILD file for apkzlib library.
+load("//tools/base/bazel:bazel.bzl", "fileset")
licenses(["notice"]) # Apache License 2.0
+fileset(
+ name = "sources",
+ srcs = glob(["src/main/java/**/*.java"]),
+ visibility = ["//tools/base/build-system/builder:__pkg__"],
+)
+
java_library(
name = "apkzlib",
srcs = glob([