Pin signapk to Java 11

Bug: 267608166
Test: TH
Change-Id: I4fe29ced62f385c0d22e5d3806fd5aa6e852b193
This commit is contained in:
Sorin Basca
2023-02-02 20:09:51 +00:00
parent 7e559f9c24
commit d107351a3a

View File

@@ -31,6 +31,10 @@ java_binary_host {
"conscrypt-unbundled",
],
// b/267608166: Prevent target Java 17 so the host-side tool can run in an
// environment where JDK 11 is available.
java_version: "11",
jni_libs: ["libconscrypt_openjdk_jni"],
// The post-build signing tools need signapk.jar (and its shared libraries,