Merge "Allow ECDSA signing OTA files"

This commit is contained in:
Kenny Root 2013-10-14 21:05:07 +00:00 committed by Gerrit Code Review
commit cc68ce7012
1 changed files with 0 additions and 4 deletions

View File

@ -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 {