android_build/tools/applypatch
Doug Zongker 3b72436dbe handle identical gzip chunks better
Improve the speed of incremental OTA install by treating unchanging
gzip chunks as normal chunks, avoiding a decompress/recompress cycle.
This reduces the time needed to apply a patch to a boot image where
the kernel has not changed from ~30 seconds to ~2 seconds, on an opal.
2009-07-15 17:54:30 -07:00
..
testdata
Android.mk make applypatch into a static library 2009-06-12 09:42:43 -07:00
applypatch.c remove some accidentally-submitted debug logging 2009-07-01 14:18:59 -07:00
applypatch.h make applypatch into a static library 2009-06-12 09:42:43 -07:00
applypatch.sh allow separate source and target files for applypatch 2009-05-08 15:43:26 -07:00
bsdiff.c new image diffing tool and support for image patches in applypatch 2009-05-28 21:18:46 -07:00
freecache.c
imgdiff.c handle identical gzip chunks better 2009-07-15 17:54:30 -07:00
imgdiff.h new image diffing tool and support for image patches in applypatch 2009-05-28 21:18:46 -07:00
imgpatch.c add support for reading MTD partitions to applypatch 2009-06-01 15:48:24 -07:00
main.c make applypatch into a static library 2009-06-12 09:42:43 -07:00