commit | 14973b2731640cfdec07bf2206e50515e3df2edb | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon May 22 14:54:16 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Wed May 24 13:42:24 2023 +0000 |
tree | a414d9765bdde9de6ff034c050da933a67c59797 | |
parent | d7160b27a28b5ae0c4a581892e61c39182bfdaee [diff] |
[avb] Improve error reporting when parsing descriptors from VBMeta Prior to this cl, the only error that was reported was an InvalidMetadata error when the descriptors failed to parse. This cl enhances the error reporting by saving the internal error that occurred during the parsing process and passing it along to a new InvalidDescriptors error. Test: atest libpvmfw_avb.integration_test Bug: 279557218 Change-Id: Id90267e137c09d3604ef069b1aef9fa4dc8d9ad8
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.