commit | 209d88292a6e5a3f89ab675b033cb971ffd1f7ff | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Feb 20 14:01:34 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Feb 21 09:55:32 2024 +0000 |
tree | 55ea969e8fcd39704afb310cdc6ddbac5b747935 | |
parent | 37a795c1e948a7bcb04093f869f3b116b28b6dbf [diff] |
Build service-virtualization directly against framework This allow usage of the hidden APIs exposed by Android framework. It is ok for us to do so, because com.android.virt is a non-updatable APEX. Bug: 325196727 Test: builds Change-Id: I294c9902dc443e8b4df629004a9818c3d9554bac
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: