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

Commit b0af7e51 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am cc68ce70: Merge "Allow ECDSA signing OTA files"

* commit 'cc68ce70':
  Allow ECDSA signing OTA files
parents 09c6d68b cc68ce70
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 {