commit | 27f3ef09fa1b952a9056f3ec6a8b9dc0d95328e1 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Sep 29 15:09:35 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri Sep 29 15:43:21 2023 +0100 |
tree | a31ac5cc1cdb68a03bd326445a6fc2ddcccfb9fe | |
parent | 815d36869199aaa1690e32faf981650acfcffef6 [diff] |
Multi_tenant is the new payload_not_root Trying to have more fine-grained Rust configs than feature flags was actually a terrible idea, and means extra work if I need to add something that is multi-tenant related but not root related. Use consistent naming throughout instead. Bug: 302677468 Test: Builds Change-Id: I2dfe97e8c62f24590522df89d9b373774a43d495
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:
How-Tos: