Ferrochrome: Use base image for booting test

This reduces download amount by 66% (from 1.5G to 550MB),
so expected to improve test runtime and increase stability.

Plus, added --test param for backward compatibility.

Bug: 353663791
Test: Run locally with tangorpro
Change-Id: I139851dcb5fce5774944f4df99a214ab8992ce96
3 files changed
tree: 36e740f80eebc07c90c9cfd5e0b47c7c6fae3f9b
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. demo_accessor/
  7. demo_native/
  8. docs/
  9. encryptedstore/
  10. ferrochrome_app/
  11. flags/
  12. java/
  13. launcher/
  14. libs/
  15. microdroid/
  16. microdroid_manager/
  17. pvmfw/
  18. rialto/
  19. service_vm/
  20. tests/
  21. virtualizationmanager/
  22. virtualizationservice/
  23. vm/
  24. vm_payload/
  25. vmbase/
  26. vmclient/
  27. vmlauncher_app/
  28. zipfuse/
  29. .clang-format
  30. .gitignore
  31. Android.bp
  32. avf_flags.aconfig
  33. dice_for_avf_guest.cddl
  34. OWNERS
  35. PREUPLOAD.cfg
  36. README.md
  37. rustfmt.toml
  38. 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: