| commit | 72bb8cdf3941155e5313052a2b2aa25254a6571a | [log] [tgz] |
|---|---|---|
| author | Michał Mazurek <mazurekm@google.com> | Thu Nov 28 13:24:02 2024 +0100 |
| committer | Daniel Verkamp <dverkamp@google.com> | Fri Apr 25 10:35:36 2025 -0700 |
| tree | 60e9988d45f1f5beadc63bdef8ddea05b91134cf | |
| parent | 146d3ced5cc2057ca67fe68c79a8411f84a2317a [diff] |
Enable libvmbase and pvmfw compilation on x86_64 arch Allow compilation of libvmbase for x86_64 android devices. For now, pvmfw_img is not enabled, as this would replace the prebuilt image, which we don't want until all of the relevant x86-64 pvmfw changes are merged to the main branch. Bug: 362733888 Bug: 354116267 Test: m pvmfw_bin Flag: EXEMPT b/362733888 Co-authored-by: Daniel Verkamp <dverkamp@google.com> Change-Id: I067616ef9b0b6518a1360053f37bf1c57385f53e
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: