commit | 285c75829c65285b05ae37ef1dc08712f628eeba | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Dec 13 13:44:52 2022 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Dec 13 15:04:50 2022 +0000 |
tree | d615a6735039a40bec62652bd48867099bf4338c | |
parent | 41a6ba65986f20df8921a98ac9822a9afb08f30f [diff] |
[avb] Refactor read_avb_footer return type This cl refactors read_avb_footer to return Result<AvbFooter, VbMetaImageParseError> instead of nested io::Result<Option<AvbFooter>>. This will allow us to build AvbFooter also from bytes and chain the builders. Test: atest libvbmeta_rust.test Change-Id: Ie8b6be7e99fe93049fc8088067d568159f61a1ec
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.