commit | 8518b3cea69e209d9b3b315a18be8d1f1e4418de | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Jan 14 13:31:12 2025 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Jan 14 17:23:39 2025 +0000 |
tree | 181ef95f7d2d089ae730271d19da64467060b213 | |
parent | 0b360d386fbc9818f0ddce0397aa725b4d7fff5b [diff] |
MicrodroidHostTests: Enable earlycon if debuggable Pass --enable-earlycon to 'vm run-app' when using "full" debug, which should result in the early logs from Microdroid being logged to the UART before the virtio-console is configured. This is useful when tests such testMicrodroidBoots fail before the PCI/VirtIO buses have even been set up by Linux. Add the corresponding cmdline args to the golden DT, to ensure that MicrodroidHostTests#microdroid*DeviceTreeCompat keep passing. Test: m MicrodroidHostTestCases Change-Id: I57a2718a855dcbc5e06afd64d4fded380ae6608f
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: