commit | 53e92375e43371a78f7a07a2601fc24ab970ba94 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Mar 22 14:23:24 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Mon Mar 25 21:06:00 2024 +0900 |
tree | 1b809b7cf92e6215b4de99fa3da25c8eed9c5d42 | |
parent | 1da2d5d07fd919ede75e53859d3ed3f28e751ff4 [diff] |
Expand VirtualMachineConfig to RawConfig As /apex/com.android.virtualization/bin/vm does, made Java API support RawConfig as well. Test: setRawConfigPath, and then create a vm Bug: 330256602 Change-Id: I88676a2bf44a51effc7a7a9d6b267c097399759e
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: