Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libsparse: add error reporting functions | Colin Cross | 2012-07-09 | 1 | -0/+1 |
| | | | | Change-Id: I2f21355b6c5339d1d724b4c121ea30d575b2d366 | ||||
* | libsparse: remove static variables | Colin Cross | 2012-07-09 | 1 | -0/+1 |
| | | | | | | | Removes static variables in backed_block.c to allow multiple sparse files to be open at the same time. Change-Id: I012d8a424c6e21a7352408416adb7c72ee8add21 | ||||
* | system/core: move libsparse into system/core | Colin Cross | 2012-07-09 | 1 | -0/+30 |
This moves an exact copy of libsparse from system/extras/ext4_utils/libsparse to system/core/libsparse in preparation for linking tools in system/core against it. Change-Id: If664e4fcfd6612844ac745589beb1517e7f9fe58 |