summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-15 01:17:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-15 01:17:10 +0000
commit4af3ba679795d699e9ff5456305563b48ff878ef (patch)
tree7f56e3ed06f336232cb20057f98c44f956ab0d89
parent0b33ab5826e012b7bc16b0ff0d309d70a04cd60c (diff)
parent3b5b472eec28754840225bf7056cf4ae82bdd1e9 (diff)
downloadow2-asm-android-cts-14.0_r4.tar.gz
Change-Id: I8bd8e0d4e7d5e04e41e8bcc790e3326f912c1eeb
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 95e155fe..9fcc658d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,8 @@ java_library {
name: "ow2-asm",
host_supported: true,
srcs: ["asm/src/main/**/*.java"],
+ // b/267831518: Pin tradefed and dependencies to Java 11.
+ java_version: "11",
}
java_library {