android_system_core/libsparse
Colin Cross 0c4c47f88d libsparse: add sparse_file read and convert tools to use it
Abstract the logic from simg2img into libsparse, and add logic
for reading a regular image into libsparse.  simg2img then
becomes a simple wrapper around libsparse.

img2simg was not actually making the file sparse, it was using
sparse files to create multiple files that could be pieced back
together.  Replace it with a simple wrapper around libsparse.
Its functionality will be replaced by an simg2simg that can
resparse a file into smaller chunks.

Change-Id: I266f70e1c750454183ce46c71a7bb66bbb033a26
2012-07-09 22:09:37 -07:00
..
include/sparse libsparse: add sparse_file read and convert tools to use it 2012-07-09 22:09:37 -07:00
Android.mk libsparse: add sparse_file read and convert tools to use it 2012-07-09 22:09:37 -07:00
backed_block.c libsparse: merge adjacent blocks of the same type 2012-07-09 22:09:37 -07:00
backed_block.h libsparse: merge adjacent blocks of the same type 2012-07-09 22:09:37 -07:00
img2simg.c libsparse: add sparse_file read and convert tools to use it 2012-07-09 22:09:37 -07:00
output_file.c libsparse: fix windows image writing 2012-07-09 22:09:37 -07:00
output_file.h libsparse: fix windows image writing 2012-07-09 22:09:37 -07:00
simg2img.c libsparse: add sparse_file read and convert tools to use it 2012-07-09 22:09:37 -07:00
simg_dump.py system/core: move libsparse into system/core 2012-07-09 22:09:36 -07:00
sparse.c libsparse: merge adjacent blocks of the same type 2012-07-09 22:09:37 -07:00
sparse_crc32.c system/core: move libsparse into system/core 2012-07-09 22:09:36 -07:00
sparse_crc32.h libsparse: cleanups 2012-07-09 22:09:37 -07:00
sparse_defs.h system/core: move libsparse into system/core 2012-07-09 22:09:36 -07:00
sparse_err.c libsparse: add error reporting functions 2012-07-09 22:09:37 -07:00
sparse_file.h libsparse: add error reporting functions 2012-07-09 22:09:37 -07:00
sparse_format.h system/core: move libsparse into system/core 2012-07-09 22:09:36 -07:00
sparse_read.c libsparse: add sparse_file read and convert tools to use it 2012-07-09 22:09:37 -07:00