aboutsummaryrefslogtreecommitdiff
path: root/install
AgeCommit message (Expand)Author
13 daysMerge "Migrate Test Targets to New Android Ownership Model" into mainTreehugger Robot
2024-03-26Check for build-tags before installing sideload OTAKelvin Zhang
2024-02-02Migrate Test Targets to New Android Ownership ModelAditya Choudhary
2024-01-04Add recovery flag to reformat /dataKelvin Zhang
2023-10-30Add --keep_memtag_mode for --wipe_dataFlorian Mayer
2023-03-14Allow brick OTA package to be sideloaded in recoveryKelvin Zhang
2023-03-14Require serialno field for brick OTA package on release-key devicesKelvin Zhang
2022-10-14Only check for powerwash in A/B ota packagesTim Zimmermann
2022-06-23[MTE] Reset memtag message on factory reset.Florian Mayer
2022-03-10Remove support for converting from FDE to FBEEric Biggers
2022-02-14Perform data wipe in recovery if ota package has powerwash setKelvin Zhang
2021-12-22Move package verifier from libinstall to libotautilJacky Liu
2021-05-17Check SPL downgrade before install OTA in recoveryKelvin Zhang
2021-03-02Bring up the erase animation early for data wipeTianjie
2021-02-14[LSC] Add LOCAL_LICENSE_KINDS to bootable/recoveryBob Badour
2021-02-04Fix SnapshotManager instantiation.David Anderson
2020-09-18Check for overflow before allocating memory fore decompression.Kelvin Zhang
2020-09-16Switch to zip64 in recoveryKelvin Zhang
2020-06-29Add recovery support of dynamic fingerprintsKelvin Zhang
2020-05-20Detect non-A/B vs. A/B packages correctly. am: f2af5629d2Yifan Hong
2020-05-19Detect non-A/B vs. A/B packages correctly.Yifan Hong
2020-02-13Force off-device package installation with FUSETianjie Xu
2020-02-13Revert "Force package installation with FUSE unless the package stores on dev...Raman Tenneti
2020-01-22Force package installation with FUSE unless the package stores on deviceTianjie Xu
2020-01-07Merge "Mount snapshotted /system in Virtual A/B devices"Treehugger Robot
2019-12-18Delete VINTF compatibility check during OTA.Yifan Hong
2019-12-16Mount snapshotted /system in Virtual A/B devicesAlessio Balsini
2019-11-11Force merges to complete before wiping data or metadata.David Anderson
2019-10-02otautil: Factor out the utils that're private to recovery.Tao Bao
2019-09-30Merge "Remove libhidltransport deps"Steven Moreland
2019-09-26minadbd: Export minadbd/types.h to libinstall.Tao Bao
2019-09-25Remove libhidltransport depsSteven Moreland
2019-07-24Clean up some global variables in common.hTianjie Xu
2019-07-10Merge "minadbd sends heartbeat to rescue service for getprop command."Tao Bao
2019-07-09Create a fallback to install from fuse if mmap failsTianjie Xu
2019-07-09minadbd sends heartbeat to rescue service for getprop command.Tao Bao
2019-06-20Support starting fuse from a block mapTianjie Xu
2019-06-14Merge "InstallPackage now takes a package as parameter"Tianjie Xu
2019-06-13InstallPackage now takes a package as parameterTianjie Xu
2019-06-12Use the new ziparchive Next std::string_view overload.Elliott Hughes
2019-05-22Move off the Next ZipString overload.Elliott Hughes
2019-05-08Track libziparchive API change.Elliott Hughes
2019-05-06Track libziparchive API change.Elliott Hughes
2019-04-30install: Install functions return InstallResult.Tao Bao
2019-04-30install: Return bool for a few check functions.Tao Bao
2019-04-29Merge "Add install/wipe_device.cpp."Tao Bao
2019-04-26Add install/wipe_device.cpp.Tao Bao
2019-04-26Support wipe command in rescue modexunchang
2019-04-25Parse BCB command to enter rescue mode.Tao Bao
2019-04-23minadbd: Support `adb reboot` under sideload/rescue modes.Tao Bao