summaryrefslogtreecommitdiffstats
path: root/install/package.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move package verifier from libinstall to libotautilJacky Liu2021-12-221-278/+0
| | | | | | | | So it can be used by device-specific codes. Bug: 184693830 Test: m; atest recovery_unit_test Change-Id: I5885334c1bd04214c9cc295f2337306261a1735c
* InstallPackage now takes a package as parameterTianjie Xu2019-06-131-1/+17
| | | | | | | | | Therefore InstallPackage() doesn't need to worry about the details of a given Package. Bug: 127071893 Test: run update from /bin/recovery --update_package=@path, sideload a package Change-Id: I0caa36785b43924f884ee398e7ea640d7472a92e
* Move install to separate modulexunchang2019-03-291-0/+262
Build libinstall as a shared library. Also drop the dependency on the global variables in common.h. Test: unit tests pass, sideload an OTA Change-Id: I30a20047768ce00689fc0e7851c1c5d712a365a0