commit | 381272544b41e91b6a518b10b2edf06c7cc134eb | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Jun 13 13:11:00 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Thu Jun 23 12:32:57 2022 +0000 |
tree | 09cacb959a7cedc16673e0e8e2720d3fc4001f3b | |
parent | 46abdf5ff55730e522ec86314b5ad6aa8e2c1622 [diff] |
Extract library for VBMeta image handling The APEX handling library included VBMeta image verification and parsing but split this out to its own library so that it can be used by other components too. The new library hides the libavb FFI to provide a safe interface. The library is not complete, it only knows about hashtree descriptors and its root digest, but other aspects can be exposed as there is need for them. Test: atest libvbmeta_rust.test Test: atest libapexutil_rust.test Bug: 234564414 Change-Id: Ie176b816f63d2ff7f75deab6c07e1f9bb2e54594
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.