commit | a13f9b973c8dec5e5c49708e66ac990cfc3c534a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Oct 18 13:04:55 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 18 13:04:55 2024 +0000 |
tree | 760afa3d6f7e309ab87986ce8a5a12d8152e75d9 | |
parent | 315533e217fadeff26b00cef93d66d6452d3a5a9 [diff] | |
parent | 3784782ce1fb24fc6ad856ba712392eab23aa08a [diff] |
Merge "Avoid using static mut variables for heap." into main am: 3784782ce1 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3309836 Change-Id: I46e74a8afe07950615e2190fad6b5ca2a61ebaf5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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: