commit | c474a0feb4059015a8c8c4d66e6ba329271bc5f5 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Feb 06 13:11:57 2024 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Feb 06 13:14:21 2024 +0000 |
tree | 1f761d125411d922cde2fd267f609b0f34902d78 | |
parent | c3e52c559d1e62cde6d3f1f85121128496d352d3 [diff] |
[vm_payload][refactoring] Remove redundant vm_payload/lib.rs The lib.rs file doesn't add any value for now and makes changes difficult. The original api.rs is renamed as lib.rs. No code has been modified in this cl. Test: atest MicrodroidTests Change-Id: Idc22f6c4dfeb13833647176be5c8bafc37d72a98
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: