Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fastboot: Remove legacy MINGW workarounds | Rom Lemarchand | 2013-06-28 | 1 | -67/+0 |
| | | | | | | | | The version of MINGW we compile with has more advanced POSIX support. Removing legacy MINGW workarounds as those are not needed anymore. Change-Id: Id5d67176b719db6c3667be6d63c41432e0ba9f30 Signed-off-by: Rom Lemarchand <romlem@google.com> | ||||
* | fastboot: add support for auto-resparsing large files | Colin Cross | 2012-07-09 | 1 | -11/+34 |
| | | | | | | | | | | | | | | | Add support to fastboot for automatically using libsparse to break large files, whether they are in sparse or normal format, into multiple sparse files that can each fit into the target's memory. Allows flashing images that are larger than the size of the available memory on the target. By default, any file over 512MB will be sparsed into 512MB chunks. The limit can be modified with the -m argument, or sparsing can be forced with -S or avoided with -N. If -m is not specified, the target can override the default by implementing getvar:max-download-size Change-Id: I6c59381c3d24475c4f2587ea877200b96971cbd7 | ||||
* | Remove trailing whitespaces | Anatol Pomazau | 2012-02-28 | 1 | -2/+2 |
| | | | | Change-Id: I6f83333a6ee0fbc562a12bb9555c43a44c98768e | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+93 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -93/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+93 |