summaryrefslogtreecommitdiffstats
path: root/install/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow brick OTA package to be sideloaded in recoveryKelvin Zhang2023-03-151-0/+1
* Remove support for converting from FDE to FBEEric Biggers2022-03-101-1/+1
* Perform data wipe in recovery if ota package has powerwash setKelvin Zhang2022-02-152-2/+4
* Move package verifier from libinstall to libotautilJacky Liu2021-12-225-221/+2
* Check SPL downgrade before install OTA in recoveryKelvin Zhang2021-05-171-0/+26
* Force off-device package installation with FUSETianjie Xu2020-02-131-0/+4
* Revert "Force package installation with FUSE unless the package stores on device"Raman Tenneti2020-02-131-4/+0
* Force package installation with FUSE unless the package stores on deviceTianjie Xu2020-01-221-0/+4
* Merge "Mount snapshotted /system in Virtual A/B devices"Treehugger Robot2020-01-071-0/+9
|\
| * Mount snapshotted /system in Virtual A/B devicesAlessio Balsini2019-12-161-0/+9
* | Delete VINTF compatibility check during OTA.Yifan Hong2019-12-181-4/+0
|/
* Force merges to complete before wiping data or metadata.David Anderson2019-11-111-0/+21
* Support starting fuse from a block mapTianjie Xu2019-06-201-1/+8
* InstallPackage now takes a package as parameterTianjie Xu2019-06-132-5/+15
* install: Install functions return InstallResult.Tao Bao2019-04-303-8/+10
* install: Return bool for a few check functions.Tao Bao2019-04-302-8/+8
* Merge "Add install/wipe_device.cpp."Tao Bao2019-04-292-3/+29
|\
| * Add install/wipe_device.cpp.Tao Bao2019-04-272-3/+29
* | Support wipe command in rescue modexunchang2019-04-261-2/+1
|/
* minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao2019-04-242-2/+7
* Allow entering rescue mode via recovery UI.Tao Bao2019-04-171-1/+1
* Move load & restore logs to logging.cppxunchang2019-04-161-2/+0
* Move wipe cache|data to libinstallxunchang2019-04-154-6/+39
* Move install to separate modulexunchang2019-03-297-0/+361