Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wrong key indexes in package verification logs. | Jacky Liu | 2021-12-29 | 1 | -3/+2 |
| | | | | | | | | | If the verification fails with the key, 'continue' will be performed and the increment of the index at the end of the loop will be skipped. This CL fixes it. Test: check the log and see correct key indexes. Change-Id: I3d1b2b8b4189f5fedbf8828f5e8e0d0b2e277c6a | ||||
* | Move package verifier from libinstall to libotautil | Jacky Liu | 2021-12-22 | 1 | -0/+472 |
So it can be used by device-specific codes. Bug: 184693830 Test: m; atest recovery_unit_test Change-Id: I5885334c1bd04214c9cc295f2337306261a1735c |