android_bootable_recovery/updater
Doug Zongker 9931f7f3c1 edify extensions for OTA package installation, part 1
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).
2009-06-11 16:25:29 -07:00
..
Android.mk edify extensions for OTA package installation, part 1 2009-06-11 16:25:29 -07:00
install.c edify extensions for OTA package installation, part 1 2009-06-11 16:25:29 -07:00
install.h edify extensions for OTA package installation, part 1 2009-06-11 16:25:29 -07:00
updater.c edify extensions for OTA package installation, part 1 2009-06-11 16:25:29 -07:00
updater.h edify extensions for OTA package installation, part 1 2009-06-11 16:25:29 -07:00