commit | 0393992fe4c4ccd19a056d19e7ba26c3653b76c1 | [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 | b88ce3c350cb99707d87c3b2ff4a0c5ba2ab33ac | |
parent | 38a362109421fe513e253e1f1ab6b78e4b4cdd6a [diff] |
vmbase: bionic: Log fputs(), fwrite(), perror() As the vmbase entry code ensures that no C code will run before the logger has been initialized, use the log crate directly from the Bionic stubs instead of calling the console functions directly. Test: m pvmfw librialto libvmbase_example Change-Id: Ia441e44eb70506220a28fde193355d1a2fe79d19
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: