summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-26 10:16:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-26 10:16:04 +0000
commit8651414d4475a4e55183f643e4ba72ccc9588eab (patch)
tree7f56e3ed06f336232cb20057f98c44f956ab0d89
parent61a85aef367c2cf8c50ae796e4b3ec223244bf01 (diff)
parent3b5b472eec28754840225bf7056cf4ae82bdd1e9 (diff)
downloadow2-asm-8651414d4475a4e55183f643e4ba72ccc9588eab.tar.gz
Snap for 10209341 from 3b5b472eec28754840225bf7056cf4ae82bdd1e9 to mainline-healthfitness-release
Change-Id: I47615d14fcca77c95a1610776907474ef1e989a1
-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 {