commit | 4e9d2f6815a9317ca4a81e92bc8e01f99ee0b19c | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 30 20:53:02 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 04 15:34:10 2024 +0000 |
tree | 6dce7a19ccaa653a2dff1d581cbda1901e06826f | |
parent | 90dfd692634ea4bcf4828cec4b3f56cd7fe7f923 [diff] |
vmbase: Temporarily rename crate::arch to aarch64 This will allow a clean move aarch64.rs -> arch/aarch64.rs while simultaneously introducing a new arch.rs (for the module) without clobbering the existing Git history of the previously existing arch.rs. Test: m pvmfw_bin Bug: 377276983 Change-Id: I710b096c154a377e6daac8c7b47fdc202325d588
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: