am ad4142cc: Merge "add missing parameter to ReplaceOtaKeys" into ics-factoryrom

* commit 'ad4142cce8e8a4fe8c9cbfe92a49428ea789986e':
  add missing parameter to ReplaceOtaKeys
This commit is contained in:
Doug Zongker 2011-10-05 11:32:16 -07:00 committed by Android Git Automerger
commit f41e67d82f
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ def main(argv):
SignApks(input_zip, output_zip, apk_key_map, key_passwords)
if OPTIONS.replace_ota_keys:
ReplaceOtaKeys(input_zip, output_zip)
ReplaceOtaKeys(input_zip, output_zip, misc_info)
input_zip.close()
output_zip.close()