commit | 5673917c5ff6a444b0b018476245b2f49d71c251 | [log] [tgz] |
---|---|---|
author | Aidan Wolter <awolter@google.com> | Mon Jul 01 15:42:20 2024 +0000 |
committer | Aidan Wolter <awolter@google.com> | Thu Aug 15 02:46:38 2024 +0000 |
tree | 678418f0a931a5a67a86d93b6777081a90a5f754 | |
parent | 3ee53325451932c0aebb7b331a59663259ca8f22 [diff] |
Add microfuchsia apex that runs in AVF on bootup This requires another apex com.android.microfuchsia.images to be present that contains a /etc/fuchsia.zbi and /etc/linux-arm64-boot-shim.bin. Test: Boot up and use console with: adb shell -t /apex/com.android.virt/bin/vm console Bug: b/348687281, b/348434277, b/348433755 Change-Id: I3fe0674d793d37763011f102982f5c3e56b57b5e
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: