platform_bootable_recovery/updater
Doug Zongker 6aece33b3f add a one-argument version of package_extract_file
Add a version of package_extract_file that returns the file data as
its return value (to be consumed by some other edify function that
expects to receive a bunch of binary data as an argument).  Lets us
avoid having two copies of a big file in memory (extracting it into
/tmp, which is a ramdisk, and then having something load it into
memory) when doing things like radio updates.

Change-Id: Ie26ece5fbae457eb0ddcd8a13d74d78a769fbc70
2010-02-01 14:40:12 -08:00
..
Android.mk am d8f7c9b8: Merge change 5545 into donut 2009-06-29 16:39:15 -07:00
install.c add a one-argument version of package_extract_file 2010-02-01 14:40:12 -08:00
install.h edify extensions for OTA package installation, part 1 2009-06-11 16:25:29 -07:00
updater.c add device extension mechanism to updater 2009-06-22 14:00:44 -07:00
updater.h edify extensions for OTA package installation, part 1 2009-06-11 16:25:29 -07:00