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

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

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

* commit '16d2dccd':
  Allow ECDSA signing OTA files
parents d08dade8 16d2dccd
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 {