Files
android_bootable_recovery/minzip
nkk71 6069a793ea minzip: Add support for >2GB zipfile
normal zip limit is 4GB, but due to signed variables it will only
access 2GB (32bit signed integer is from -2GB to +2GB).

these changes allow for a theoretical limit of 4GB zips to be flashed.
RAM restrictions still apply, and on a 32bit system it's likely to max
out at approx 2.8GB flashable zip, above that mmap will probably fail.

Note: the flashable zip also needs a compatible update-binary which
include these changes.
(this also applies to both aroma installer if it's being used).

Change-Id: Ib3af2945c9bd4890a2e6dc45acfc2b80ec55473b
2016-01-22 17:45:46 +01:00
..
2015-12-22 14:34:13 -06:00
2013-09-17 10:20:45 -07:00
2009-03-03 19:28:42 -08:00
2016-01-22 17:45:46 +01:00
2016-01-22 17:45:46 +01:00
2016-01-22 17:45:46 +01:00