summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..2d0449e
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,7 @@
+# TODO(b/198224074): auto-generate this file using bp2build.
+
+java_library(
+ name = "jsr305",
+ srcs = glob(["ri/src/main/java/**/*.java"]),
+ visibility = ["//visibility:public"],
+)