commit | a9b345f35b39e25b049164fc7268f22955bb2f64 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Sat Apr 27 01:01:42 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed May 22 10:34:53 2024 +0100 |
tree | 1068e4303b5b4966c7ba1e8b88ee22b21e184fa4 | |
parent | 000f5b40ac30bd41924838071d71eb27d6861f15 [diff] |
vmbase: Integrate libhyp as module The only client of libhyp should ever be libvmbase so integrate the former into the latter, which will allow code de-dup, easier tracking of logic (including global static variables) and more straightforward code structure. Bug: 279539763 Test: m libpvmfw libvmbase_example librialto Change-Id: Icbeda4cc936ead9c6c6df0533089ddb6b88a0833
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: