commit | b6e4f1db32a3b65de418652e05c8c247c72072b0 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Mon Jun 17 15:13:12 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Wed Jun 19 10:26:48 2024 +0900 |
tree | 64ca6d0c0a856e521bcc697e4c7b25e591c71ee4 | |
parent | 8808313b1382b203e4a3fb28c0363390ad6daef6 [diff] |
Skeleton for IVmTethering service with flag guarding This reverts commit f9676878292a49caa03e5270c3be2769b029db60. Bug: 340376953 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --network-supported Change-Id: I9c859dd43e7ba7c852a71afce8f36ca10477ad24
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: