summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:47:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:47:23 +0000
commitdda7d6daafd9470da34a92998c432052f9ca1b8a (patch)
treee119ef43db1b65b2afae9c88c088adaeaacdbf7e
parent20603c78b9874971f998be4af7ffdd6b55ce7f9c (diff)
parent820c6121152a434d4b7b588df4fec1eeda4afd60 (diff)
downloadjsr305-aml_doc_341510050.tar.gz
Snap for 10453563 from 820c6121152a434d4b7b588df4fec1eeda4afd60 to mainline-documentsui-releaseaml_doc_341713000aml_doc_341610010aml_doc_341510050aml_doc_341312010aml_doc_341112000aml_doc_341012000aml_doc_340916000
Change-Id: I34ed77c03845a5defdcb890ecfb9954399c722a4
-rw-r--r--Android.bp2
-rw-r--r--BUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 541d37c..b5f1920 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,8 @@ java_library_static {
],
min_sdk_version: "14",
srcs: ["ri/src/main/java/**/*.java"],
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
}
// Compatibility name
diff --git a/BUILD b/BUILD
deleted file mode 100644
index 2d0449e..0000000
--- a/BUILD
+++ /dev/null
@@ -1,7 +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"],
-)