OSDN Git Service

add support for reading MTD partitions to applypatch
authorDoug Zongker <dougz@android.com>
Fri, 29 May 2009 18:41:21 +0000 (11:41 -0700)
committerDoug Zongker <dougz@android.com>
Mon, 1 Jun 2009 22:48:24 +0000 (15:48 -0700)
commitf6a8bada5f0966762eadaec96de6430d0cd577e3
treeea0aa411ac81f3e483c88a0514ed2356e8fdb3a6
parentbfeb193659412fce01136ce854257cc54fbe8e14
add support for reading MTD partitions to applypatch

Allow an MTD partition so serve as a source "file" in applypatch,
using a magically-formatted 'filename' that specifies the partition
name, size of data to read, and expected hash.  Build incremental OTAs
that update the recovery image via a patch.
tools/applypatch/Android.mk
tools/applypatch/applypatch.c
tools/applypatch/imgpatch.c
tools/releasetools/ota_from_target_files