summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Jobredeaux <jobredeaux@google.com>2023-02-03 10:09:44 -0500
committerRomain Jobredeaux <jobredeaux@google.com>2023-02-03 10:09:44 -0500
commit467d1c75fc332aec8fd20612a7347f7a4361b969 (patch)
tree1b61030fe7ecbde19fd019f343d04d965d6bfff9
parentd7b0094f2789acf0cfec20efa44c33ee6307faa6 (diff)
downloadjsr305-467d1c75fc332aec8fd20612a7347f7a4361b969.tar.gz
Delete manual jsr305 BUILD file.
We only use the host library and it can be auto-converted by b2pbuild. Change-Id: I5f3bd21922493713f9cab080a9af069b92675e1d
-rw-r--r--BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/BUILD b/BUILD
deleted file mode 100644
index 123b07c..0000000
--- a/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-# TODO(b/198224074): auto-generate this file using bp2build.
-
-java_library(
- name = "jsr305",
- srcs = glob(["ri/src/main/java/**/*.java"]),
- visibility = ["//visibility:public"],
-)
-
-java_library(
- name = "jsr305-neverlink",
- exports = [":jsr305"],
- neverlink = True,
-)