Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up some warnings when building recovery | Doug Zongker | 2014-02-14 | 1 | -0/+2 |
| | | | | Change-Id: I1541534ee6978ddf8d548433986679ce9507d508 | ||||
* | edify extensions for OTA package installation, part 1 | Doug Zongker | 2009-06-12 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | Adds the following edify functions: mount unmount format show_progress delete delete_recursive package_extract symlink set_perm set_perm_recursive This set is enough to extract and install the system part of a (full) OTA package. Adds the updater binary that extracts an edify script from the OTA package and then executes it. Minor changes to the edify core (adds a sleep() builtin for debugging, adds "." to the set of characters that can appear in an unquoted string). | ||||
* | core of edify, an eventual replacement for amend | Doug Zongker | 2009-06-10 | 1 | -0/+40 |
Edify is a simple scripting language for OTA installation, to be used when we move to OTAs being installed via binaries shipped with the package. |