commit | 45d98fa5e29d3148f336225e2bff7893aa3d0346 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Wed Jan 11 09:39:45 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Wed Jan 11 09:39:45 2023 +0000 |
tree | c9deb06484c86becc1164cb1ccb37551270d44a3 | |
parent | b7cb17599ea57a46ff6a57eec3ce826e5e3b68fa [diff] |
[avb] Refactor the error thrown by payload verification API This cl refactors the error by: - Renaming the error to AvbSlotVerifyError to reveal that it is the error part of `avb_bindgen::AvbSlotVerifyResult`. - Moving the error to a separate module as the module `verify` is becoming too long. There is no behavior change for this cl. Bug: 256148034 Test: atest libpvmfw_avb.test && m pvmfw_img Change-Id: I404600707bb2308836de14cde2097c370d8854dd
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.