Tao Bao cdcf28f54f recovery: Fork a process for fuse when sideloading from SD card.
For applying update from SD card, we used to use a thread to serve the
file with fuse. Since accessing through fuse involves going from kernel
to userspace to kernel, it may run into deadlock (e.g. for mmap_sem)
when a page fault occurs. Switch to using a process instead.

Bug: 23783099
Bug: 26313124
Change-Id: Iac0f55b1bdb078cadb520cfe1133e70fbb26eadd
2016-01-13 21:29:20 -08:00
2016-01-11 18:14:17 -08:00
2013-03-07 13:34:24 -08:00
2015-07-16 22:12:32 -07:00
2013-10-10 14:19:19 -07:00
2015-06-03 11:30:03 -07:00
2015-04-29 21:14:56 -07:00
2015-06-03 11:30:03 -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-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 56 MiB
Languages
C 59.6%
C++ 34.6%
Makefile 2.6%
Roff 1.3%
Shell 1.2%
Other 0.6%