summaryrefslogtreecommitdiffstats
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..f020699
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,5 @@
+java_library(
+ name = "fat32lib",
+ srcs = glob(["src/**/*.java"]),
+ visibility = ["//visibility:public"],
+)