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

Commit cc68ce70 authored by Kenny Root's avatar Kenny Root Committed by Gerrit Code Review
Browse files

Merge "Allow ECDSA signing OTA files"

parents 816af5fc 01ed66d2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -858,10 +858,6 @@ class SignApk {


            if (signWholeFile) {
                if (!"RSA".equalsIgnoreCase(privateKey[0].getAlgorithm())) {
                    System.err.println("Cannot sign OTA packages with non-RSA keys");
                    System.exit(1);
                }
                SignApk.signWholeFile(inputJar, firstPublicKeyFile,
                                      publicKey[0], privateKey[0], outputFile);
            } else {