commit | 825c90f1b711dc59c44e56676a9279b14c0400de | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Tue Mar 26 12:45:29 2024 +0000 |
committer | David Drysdale <drysdale@google.com> | Mon Apr 08 17:20:55 2024 +0100 |
tree | b103985a03e4531677cf0afa656295ec4ac34ccd | |
parent | 7e8f6b5bc97b38f2887cc8478945b60d72511725 [diff] |
Add a limit to how many VMs one app can own Running `atest MicrodroidTests` creates ~260 VMs, so choose a bigger limit. Bug: 294177871 Test: virtualizationservice_test Change-Id: Idb1b7a54d1ff8fb79f7024d325221b3912560b0a
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: