commit | ba6606d9612b697c8121ec5798c76da0cf1dfcef | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Nov 10 13:45:41 2023 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Tue Nov 28 15:54:26 2023 +0000 |
tree | ee838d05cfcfb66341673206b3b9d8bad2570d85 | |
parent | 0cec98ed592287b3560f7d128ce21ddd9128be3e [diff] |
Parse APEX manifest Modify verify to return the APEX name and version from its manifest protobuf. Refactor error handling a bit, improving the messages. Remove the separate get_payload_vbmeta_image_hash function, merging it into verify. (It isn't used yet, but it might be.) Improve the tests. Also remove host_supported - we don't need it (the reason for adding it no longer applies), and the dependencies now make it tricky. Bug: 308759880 Test: atest MicrodroidTests Test: atest libapexutil_rust.test Test: composd_cmd test-compile Change-Id: Idd38001ab28a4a0f27b42f361b18bbab0e4aad84
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: