summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorRaluca Sauciuc <ralucas@google.com>2016-11-10 13:36:31 -0800
committerRaluca Sauciuc <ralucas@google.com>2016-11-14 16:40:56 -0800
commit89ad7e4571f6b84cf0948fe864e8d031ab389f58 (patch)
tree16edc815957deed5f31f4a499560a8dc60b586fe /BUILD
parenta5c71db7e08ae4e72804a64e470c6d4e816e2ee7 (diff)
downloadapkzlib-89ad7e4571f6b84cf0948fe864e8d031ab389f58.tar.gz
Bazel offline repo
...now includes the Gradle plugin. Test: N/A Change-Id: I83b4914f2e5c9849b9a93b618569ff7b523b408d
Diffstat (limited to 'BUILD')
-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([