commit | 99d880e37775a12774ae708c143660521685b695 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Wed Dec 04 10:03:12 2024 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Wed Dec 04 11:53:40 2024 +0000 |
tree | e45b4121d621c2b7c49ef53289d59c5150ece5d7 | |
parent | aa13de90e54b1ffdc8022fdd9b5c601310f62a1a [diff] |
Stable working directory for vm_demo_native app Currently, a new VM instance is created for each VM run. This is due to recreation of new working directory each time. Instead use a stable working directory path. Test: Push & Run /data/local/tmp/vm_demo_native, check VM was created! Bug: 381804833 Change-Id: Ic59465dbc934e05b7d6084f1ea633075d94ce9ce
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: