Jeremy Compostella a91c66d7c1 imgdiff: fix file descriptor leak
mkstemp() allocates a file description that is never released.  If
MakePatch() is called too many time, imgdiff reaches the Operating
System EMFILE (too many open files) limit.

Change-Id: Icbe1399f6f6d32cfa1830f879cacf7d75bbd9fc3
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Signed-off-by: Gaelle Nassiet <gaellex.nassiet@intel.com>
2015-09-08 19:15:09 +02:00
2015-08-20 12:11:04 -07:00
2013-03-07 13:34:24 -08:00
2015-08-07 13:21:06 -07:00
2015-06-03 11:30:03 -07:00
2015-07-16 22:12:32 -07:00
2015-06-03 11:30:03 -07:00
2013-10-10 14:19:19 -07:00
2015-06-03 11:30:03 -07:00
2015-04-29 17:46:43 -07:00
2015-09-01 12:57:35 -07:00
2015-06-03 11:30:03 -07:00
2015-07-20 11:57:40 -07:00
2015-01-28 12:09:05 -08:00
2014-04-25 15:47:34 -07:00
2015-06-02 22:15:40 -07:00
2015-08-11 16:11:44 +00:00
2015-06-02 22:15:40 -07:00
2015-06-02 22:15:40 -07:00
2015-06-02 22:15:40 -07:00
2015-06-02 22:15:40 -07:00
2015-01-28 12:09:05 -08:00

The Recovery Image

Quick turn-around testing

mm -j && m ramdisk-nodeps && m recoveryimage-nodeps

# To boot into the new recovery image
# without flashing the recovery partition:
adb reboot bootloader
fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
Description
No description provided
Readme 102 MiB
Languages
C++ 50.2%
C 43.6%
Makefile 1.9%
Java 1.8%
Roff 1%
Other 1.4%