Pin signapk to Java 11
Bug: 267608166 Test: TH Change-Id: I4fe29ced62f385c0d22e5d3806fd5aa6e852b193
This commit is contained in:
@@ -31,6 +31,10 @@ java_binary_host {
|
|||||||
"conscrypt-unbundled",
|
"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"],
|
jni_libs: ["libconscrypt_openjdk_jni"],
|
||||||
|
|
||||||
// The post-build signing tools need signapk.jar (and its shared libraries,
|
// The post-build signing tools need signapk.jar (and its shared libraries,
|
||||||
|
Reference in New Issue
Block a user