Skip to content

Commit

Permalink
skip common.CheckSize when creating otapackage
Browse files Browse the repository at this point in the history
  • Loading branch information
neuralassembly committed Jun 7, 2013
1 parent 2d4d463 commit ffad349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/releasetools/ota_from_target_files
Expand Up @@ -418,7 +418,7 @@ def WriteFullOTAPackage(input_zip, output_zip):
Item.GetMetadata(input_zip)
Item.Get("system").SetPermissions(script)

common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
# common.CheckSize(boot_img.data, "boot.img", OPTIONS.info_dict)
common.ZipWriteStr(output_zip, "boot.img", boot_img.data)
script.ShowProgress(0.2, 0)

Expand Down

0 comments on commit ffad349

Please sign in to comment.