commit | c206b9b3d3b0e2ac02ce211568a81e5c2251e4b8 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon Aug 28 14:13:51 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Wed Aug 30 14:50:01 2023 +0000 |
tree | 0e545171e0e0e4ff60ac4a01274458b4ff3c22b9 | |
parent | 6b8ab309ae3a1fbb0af8b1d73a32672dffbafc33 [diff] |
[service-vm] Persist the service VM instance image in VS This cl persists the instance image of the service VM across different VMs and manages it within the target virtualizationservice. Bug: 278858244 Test: Runs the ServiceVmClientApp in VM Test: atest MicrodroidHostTests Change-Id: Ic0a2205bae236a933d3ddd807bd124ebaaa18f8d
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: