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

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

am b0af7e51: am cc68ce70: Merge "Allow ECDSA signing OTA files"

* commit 'b0af7e51':
  Allow ECDSA signing OTA files
parents b07a5f82 b0af7e51
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 {