Go to file
Doug Zongker 73ef8257ce use a binary patch to install recovery from system
Instead of storing the whole recovery image in system in order to
flash it on first boot, we instead use an imgdiff patch from the boot
image to create the recovery image.  This is substantially smaller
since it effectively only stores the recovery binary and UI images
(the kernel and the init binary are identical to that of the boot
image).

This change modifies the OTA-building script to create and install
these patches, and changes the calculation of the system image size in
the Makefile to reflect the new scheme.
2009-07-23 15:12:53 -07:00
core use a binary patch to install recovery from system 2009-07-23 15:12:53 -07:00
libs/host remove mkdirs/etc which caused us to depend on libutils 2009-06-04 14:54:15 -07:00
target Add GestureBuilder to SDK build. 2009-07-20 11:22:08 -07:00
tools use a binary patch to install recovery from system 2009-07-23 15:12:53 -07:00
buildspec.mk.default auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
cleanspec.mk Clean step to remove silent ringtone. 2009-07-23 09:23:44 -07:00
envsetup.sh Also look in vendor/*/build for vendorsetup.sh 2009-07-02 08:43:00 -04:00