commit | 5b294692762f00c999a14d01389737f77671711f | [log] [tgz] |
---|---|---|
author | Michał Mazurek <mazurekm@google.com> | Fri Nov 29 13:05:46 2024 +0100 |
committer | Bartłomiej Grzesik <bgrzesik@google.com> | Fri Jan 31 14:05:26 2025 +0000 |
tree | 9875d45cda6e1e178f17babddc38b93c17e58144 | |
parent | f08509ab4a2066519c0fd11136314bb4c66a2821 [diff] |
vmbase: Move page table to aarch64 Virtual memory management is highly architecture specific process, due to its nature we decided to move this code to platform specific code. Bug: 362733888 Test: m libvmbase Change-Id: I416b5298c22bad61cfbab2565d34eb7ad53b82b7
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: