diff --git a/tools/releasetools/sign_target_files_apks b/tools/releasetools/sign_target_files_apks index 4ec9347099..91e03f454a 100755 --- a/tools/releasetools/sign_target_files_apks +++ b/tools/releasetools/sign_target_files_apks @@ -91,6 +91,8 @@ def GetApkCerts(tf_zip): # apply all the -e options, overriding anything in the file for apk, cert in OPTIONS.extra_apks.iteritems(): + if not cert: + cert = "PRESIGNED" certmap[apk] = OPTIONS.key_map.get(cert, cert) return certmap