forked from openkylin/platform_build
am ad4142cc: Merge "add missing parameter to ReplaceOtaKeys" into ics-factoryrom
* commit 'ad4142cce8e8a4fe8c9cbfe92a49428ea789986e': add missing parameter to ReplaceOtaKeys
This commit is contained in:
commit
f41e67d82f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue