commit | 529d53c8a39c5d88a143b0f85d1c0cd6eefbc6cc | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Tue May 14 14:36:18 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Tue May 14 17:28:08 2024 +0900 |
tree | 2f5641e06b1cbeefe48dc40626350e446c49af5e | |
parent | d1475079d3b676f95bccb5ff2155d001ccf5de9a [diff] |
Define skeleton code of vmnic(Virtual Machine Network Interface Creator) Purpose of this change is to define skeleton code of vmnic, so that com.android.virt APEX contain the initial version of vmnic rust binary with flag guarding. Vmnic called by other components is the scope of following change, not this one. Bug: 340376951 Test: adb shell ls /apex/com.android.virt/bin Change-Id: Ic389944ecf4a98568a4d1771778844dbadeb2bf3
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: