commit | bc9fb7e3011be2e26b510373b3a65e1cf8255431 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Jun 19 17:28:47 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Jul 08 14:27:04 2024 +0100 |
tree | 6e68dec81113e329986b32bb6e3260f26f697272 | |
parent | 50b490abe5a24f7498c57aa7e08cdb676bfa46f8 [diff] |
vmbase: Simplify println! and eprintln! impl Merge the {emergency_,}write_args() and {emergency_,}write_str() into a single function, now that all users have been moved to the {e,}println! macros. As a result, simplify those macros. Remove the unused eprint! macro. Test: m pvmfw librialto libvmbase_example Change-Id: I60210566daf494cb517769f360602b609413569e
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: