commit | 13af0b616aee1cfe832485501eccec57b123a866 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Mon May 20 14:15:13 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Tue May 21 11:25:43 2024 +0900 |
tree | f095ff968963d9afadd24b22312d22b0149549ed | |
parent | 2af7b9f4acde2e4fc2891015c0a774ff168ab7e8 [diff] |
bin/vm run-microdroid supports --network-supported flag. Bug: 340376951 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --network-supported Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --network-supported --protected Change-Id: I1d88fe11d79b8ea46e12b6dfaab318aabdc0a2e0
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: