summaryrefslogtreecommitdiffstats
path: root/install (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge "Mount snapshotted /system in Virtual A/B devices" am: 5ee782079a am: bc4b2b44e9 am: 367f7d173eAutomerger Merge Worker2020-01-072-0/+34
|\
| * Merge "Mount snapshotted /system in Virtual A/B devices"Treehugger Robot2020-01-072-0/+34
| |\
| | * Mount snapshotted /system in Virtual A/B devicesAlessio Balsini2019-12-162-0/+34
* | | Merge "Delete VINTF compatibility check during OTA." am: cae99c43de am: 567ae2f9e1 am: 9d090b2ca6Automerger Merge Worker2019-12-193-86/+0
|\| |
| * | Delete VINTF compatibility check during OTA.Yifan Hong2019-12-183-86/+0
| |/
* | Merge "Force merges to complete before wiping data or metadata." am: 8444dec7ac am: bc4b39efffDavid Anderson2019-11-154-0/+79
|\|
| * Force merges to complete before wiping data or metadata.David Anderson2019-11-114-0/+79
* | Force package installation with FUSE unless the package stores on deviceTianjie Xu2019-10-162-0/+51
|/
* otautil: Factor out the utils that're private to recovery.Tao Bao2019-10-024-6/+7
* Merge "Remove libhidltransport deps"Steven Moreland2019-09-301-1/+0
|\
| * Remove libhidltransport depsSteven Moreland2019-09-261-1/+0
* | minadbd: Export minadbd/types.h to libinstall.Tao Bao2019-09-262-5/+5
|/
* Clean up some global variables in common.hTianjie Xu2019-07-241-1/+4
* Merge "minadbd sends heartbeat to rescue service for getprop command."Tao Bao2019-07-101-1/+3
|\
| * minadbd sends heartbeat to rescue service for getprop command.Tao Bao2019-07-091-1/+3
* | Create a fallback to install from fuse if mmap failsTianjie Xu2019-07-091-3/+4
|/
* Support starting fuse from a block mapTianjie Xu2019-06-203-26/+56
* Merge "InstallPackage now takes a package as parameter"Tianjie Xu2019-06-146-52/+74
|\
| * InstallPackage now takes a package as parameterTianjie Xu2019-06-136-52/+74
* | Use the new ziparchive Next std::string_view overload.Elliott Hughes2019-06-122-2/+2
|/
* Move off the Next ZipString overload.Elliott Hughes2019-05-232-6/+5
* Track libziparchive API change.Elliott Hughes2019-05-092-3/+2
* Track libziparchive API change.Elliott Hughes2019-05-062-12/+6
* install: Install functions return InstallResult.Tao Bao2019-04-306-31/+33
* install: Return bool for a few check functions.Tao Bao2019-04-304-42/+40
* Merge "Add install/wipe_device.cpp."Tao Bao2019-04-294-3/+228
|\
| * Add install/wipe_device.cpp.Tao Bao2019-04-274-3/+228
* | Support wipe command in rescue modexunchang2019-04-262-10/+16
|/
* Parse BCB command to enter rescue mode.Tao Bao2019-04-251-9/+15
* minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao2019-04-243-28/+79
* Allow entering rescue mode via recovery UI.Tao Bao2019-04-172-10/+23
* Move load & restore logs to logging.cppxunchang2019-04-162-73/+4
* Move wipe cache|data to libinstallxunchang2019-04-159-18/+249
* Add socket communication between recovery and minadbdxunchang2019-04-112-48/+241
* Build libinstall as a static library.Tao Bao2019-04-081-1/+1
* libotautil exports libfstab header.Tao Bao2019-04-031-1/+0
* Move install to separate modulexunchang2019-03-2914-0/+2389