Go to file
Doug Zongker 6c770467fb applypatch changes for patching recovery image
Make some changes needed to applypatch in order to store the recovery
image in the system partition as a binary patch relative to the boot
image:

  - make applypatch use shared libraries, so it's smaller.  It will
    need to be on the main system so it can install the recovery
    image.  Make an applypatch_static binary for use in recovery
    packages (still needed for updating cupcake devices to donut).

  - output the results of patching to an in-memory buffer and write
    that to the partition; there's no convenient /tmp for us to us.
    (This should be basically a no-op in recovery, since /tmp is a
    ramdisk anyway.)
2009-07-22 19:15:59 -07:00
core applypatch changes for patching recovery image 2009-07-22 19:15:59 -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 applypatch changes for patching recovery image 2009-07-22 19:15:59 -07:00
buildspec.mk.default auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
cleanspec.mk do not merge : add clean step for webkit security fix 2009-06-11 11:04:19 -04:00
envsetup.sh Also look in vendor/*/build for vendorsetup.sh 2009-07-02 08:43:00 -04:00