commit | dcdde341783cb01aa02be6575fdf496566c9f6e5 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Dec 11 18:07:16 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Dec 11 18:08:52 2024 +0900 |
tree | ee74b2e9c356959f445e263665c080ebd5a0ad48 | |
parent | 4337c0bda6b77d9d6969e46be584336ce6bffdaf [diff] |
Don't re-create VM instance if the config is compatible This didn't work because we compared String objects using ==. Bug: N/A Test: N/A Change-Id: I858055c384eecc6562dcc1d8413a4cd4b2c024ab
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: