commit | c366fe1cd2349398af41bfe5d2f5bf04e54ef6e8 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Sat Apr 27 07:26:09 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed May 22 10:34:53 2024 +0100 |
tree | dbcab441012f39a8d46fb066eb8d248aaeb04cd5 | |
parent | a9b345f35b39e25b049164fc7268f22955bb2f64 [diff] |
vmbase: Remove now duplicate hyp::util The libhyp util module only existed to avoid a circular dependency with vmbase. Now that the code of the former is part of the latter, the hyp::util has become unnecessary as its users can use the corresponding functions/constants provided by vmbase. Test: - Change-Id: I26331f4998ac0167b1701e4f8a0ddb48122373db
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: