diff options
Diffstat (limited to 'releasetools')
-rwxr-xr-x | releasetools/galaxys2_ota_from_target_files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releasetools/galaxys2_ota_from_target_files b/releasetools/galaxys2_ota_from_target_files index d3854bd..268cb11 100755 --- a/releasetools/galaxys2_ota_from_target_files +++ b/releasetools/galaxys2_ota_from_target_files @@ -61,7 +61,7 @@ def WriteFullOTAPackage(input_zip, output_zip): metadata=metadata, info_dict=OPTIONS.info_dict) - AppendAssertions(script, input_zip) + AppendAssertions(script, OPTIONS.info_dict) device_specific.FullOTA_Assertions() if OPTIONS.backuptool: script.Mount("/system") |