summaryrefslogtreecommitdiffstats
path: root/recovery_main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "logical -> dynamic partitions."Treehugger Robot2018-11-171-2/+2
|\
| * logical -> dynamic partitions.Yifan Hong2018-11-161-2/+2
* | recovery: Fix mounting /system with dynamic partitions.David Anderson2018-10-301-2/+7
|/
* Merge "Enter into userspace fastboot only if the device supports it"Treehugger Robot2018-09-241-1/+2
|\
| * Enter into userspace fastboot only if the device supports itHridya Valsaraju2018-09-201-1/+2
* | Show 'Enter Fastboot' menu item only if device supports fastbootdHridya Valsaraju2018-09-181-0/+4
|/
* Fix sideload for user devices by adding a new sideload configHridya Valsaraju2018-09-081-5/+0
* recovery: Add "boot-fastboot" command to BCB.David Anderson2018-08-221-1/+12
* Add fastboot mode to recoveryHridya Valsaraju2018-08-141-21/+103
* Dynamically load device-specific recovery UI lib.Tao Bao2018-08-061-1/+27
* Fix the arguments passed to getopt_long(3).Tao Bao2018-07-171-5/+2
* recovery: Reset optind to 1 after getoptJerry Zhang2018-05-171-0/+1
* recovery: Refactor common setup into main()Jerry Zhang2018-05-161-3/+223
* recovery: Refactor logging code into logging.cppJerry Zhang2018-05-071-1/+1
* recovery: Split main() into recovery_main.cpp.Tao Bao2018-05-011-0/+162