From dd73fc3fbb794eb716cd85a8e6a52cdbe8eed856 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Fri, 18 Oct 2013 22:43:14 +0100 Subject: ota: Fix invocation of AppendAssertions it now takes a dict, not the zip object Change-Id: I14f6eb695960f05e85fe4821e6408eec0ba7a59e --- releasetools/galaxys2_ota_from_target_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'releasetools') 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") -- cgit v1.1