platform_bootable_recovery/applypatch
Doug Zongker 168724c31a fix unnecessarily slow writing of EMMC partitions
These were attempts to write partitions "conservatively" in hopes of
fixing the problems with writing the radio partition on Nexus 4.  They
didn't work (a kernel patch was needed), but got left in.  They make
writing of partitions unnecessarily slow (ie, we really shouldn't need
to sync() after every 4kb).  Roll back most of them, but leave the
verification read-back in.

Change-Id: I94badc0979e88816c5aa0485f6316c02be69173c
2013-12-19 15:16:57 -08:00
..
testdata relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
Android.mk host modules don't need LOCAL_MODULE_TAGS 2012-07-21 15:24:56 -07:00
applypatch.c fix unnecessarily slow writing of EMMC partitions 2013-12-19 15:16:57 -08:00
applypatch.h recovery: try to write EMMC partitions more reliably 2013-07-08 12:59:22 -07:00
applypatch.sh refactor applypatch and friends 2010-02-22 15:30:33 -08:00
bsdiff.c relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
bspatch.c refactor applypatch and friends 2010-02-22 15:30:33 -08:00
freecache.c relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgdiff.c add bonus data feature to imgdiff/imgpatch/applypatch 2012-08-20 15:28:02 -07:00
imgdiff.h relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgdiff_test.sh relocate applypatch; add type system and new functions to edify 2010-02-18 14:22:12 -08:00
imgpatch.c add bonus data feature to imgdiff/imgpatch/applypatch 2012-08-20 15:28:02 -07:00
main.c add bonus data feature to imgdiff/imgpatch/applypatch 2012-08-20 15:28:02 -07:00
NOTICE Add NOTICE file 2012-04-06 13:51:00 -07:00
utils.c refactor applypatch and friends 2010-02-22 15:30:33 -08:00
utils.h refactor applypatch and friends 2010-02-22 15:30:33 -08:00