Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d107351a authored by Sorin Basca's avatar Sorin Basca
Browse files

Pin signapk to Java 11

Bug: 267608166
Test: TH
Change-Id: I4fe29ced62f385c0d22e5d3806fd5aa6e852b193
parent 7e559f9c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,