commit | 0bd9808f28be25ffa9095cb5fb8e48a677a0d768 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Jun 06 12:44:49 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Jul 08 14:27:04 2024 +0100 |
tree | 24e429f2da7865a77597ca08ee88fc5bf3347ad7 | |
parent | 0393992fe4c4ccd19a056d19e7ba26c3653b76c1 [diff] |
vmbase: bionic: Replace eprintln!() with error!() Stop using eprintln!(), which is reserved for "emergency" UART accesses performed by low-level code (e.g. exception handlers) and which C code should never require. Instead, call error!() as the vmbase entry code ensures that no C code can run before the logger has been initialized. Test: m pvmfw librialto libvmbase_example Change-Id: I3306214a176831573f82427e4cd5e9824bddfa32
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: