Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move package verifier from libinstall to libotautil | Jacky Liu | 2021-12-22 | 1 | -56/+0 |
| | | | | | | | | So it can be used by device-specific codes. Bug: 184693830 Test: m; atest recovery_unit_test Change-Id: I5885334c1bd04214c9cc295f2337306261a1735c | ||||
* | install: Return bool for a few check functions. | Tao Bao | 2019-04-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | The results from these functions have boolean semantics. They're returning `int` prior to this CL, with some of them mixing 0 and InstallResult. Note that SetUpNonAbUpdateCommands() was returning INSTALL_CORRUPT / INSTALL_ERROR / 0 prior to this change, but all the callers handle INSTALL_CORRUPT and INSTALL_ERROR the same way. This CL changes them to return bool instead. Test: `mmma -j bootable/recovery` Test: TreeHugger Test: Sideload on taimen. Change-Id: Ic1b5dbf79aaca68b53ab8ea2c8ba3d19f988c571 | ||||
* | Move install to separate module | xunchang | 2019-03-29 | 2 | -0/+95 |
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 |