commit | 734801cc8bdfc2e2f51378a1a70effe22b78d4df | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Sep 05 11:46:50 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Sep 07 11:55:05 2023 +0000 |
tree | b45d68034da79200284da8d9ec7821ccc7665745 | |
parent | a4486595ff52042c5d72264bacee3e8dba7d7ebc [diff] |
[service-vm] Extract service-vm module in a separate library This allows us to test the library with rialto_test and to remove the duplicate code in the tests. Test: m MicrodroidHostTests Bug: 299089107 Change-Id: Idb9c6bf7c96a334d1f0982d8118e0d5b39915003
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: