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
3 files changed
tree: 181ef95f7d2d089ae730271d19da64467060b213
  1. android/
  2. build/
  3. docs/
  4. guest/
  5. libs/
  6. microfuchsia/
  7. tests/
  8. .clang-format
  9. .gitignore
  10. Android.bp
  11. dice_for_avf_guest.cddl
  12. OWNERS
  13. PREUPLOAD.cfg
  14. README.md
  15. rustfmt.toml
  16. TEST_MAPPING
README.md

Android Virtualization Framework (AVF)

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: