summaryrefslogtreecommitdiffstats
path: root/install/install.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete VINTF compatibility check during OTA.Yifan Hong2019-12-181-81/+0
* otautil: Factor out the utils that're private to recovery.Tao Bao2019-10-021-2/+2
* Clean up some global variables in common.hTianjie Xu2019-07-241-1/+4
* Merge "InstallPackage now takes a package as parameter"Tianjie Xu2019-06-141-43/+32
|\
| * InstallPackage now takes a package as parameterTianjie Xu2019-06-131-43/+32
* | Use the new ziparchive Next std::string_view overload.Elliott Hughes2019-06-121-1/+1
|/
* Move off the Next ZipString overload.Elliott Hughes2019-05-231-2/+2
* Track libziparchive API change.Elliott Hughes2019-05-091-1/+1
* Track libziparchive API change.Elliott Hughes2019-05-061-10/+5
* install: Install functions return InstallResult.Tao Bao2019-04-301-13/+14
* install: Return bool for a few check functions.Tao Bao2019-04-301-33/+31
* Move wipe cache|data to libinstallxunchang2019-04-151-5/+13
* Move install to separate modulexunchang2019-03-291-0/+730