Move pvmfw to under guest

and run rustfmt as requested

Bug: 352458998
Test: pass TH
Change-Id: I5bf24f2e1e9d27428fda8e3e60172748cd3ad55f
57 files changed
tree: ba7fde8ff654cb263545be4f5e8a02ad777d5eda
  1. android/
  2. authfs/
  3. build/
  4. compos/
  5. docs/
  6. ferrochrome_app/
  7. flags/
  8. guest/
  9. java/
  10. libs/
  11. microdroid/
  12. rialto/
  13. service_vm/
  14. tests/
  15. virtualizationmanager/
  16. virtualizationservice/
  17. vm/
  18. vm_payload/
  19. vmbase/
  20. vmclient/
  21. vmlauncher_app/
  22. zipfuse/
  23. .clang-format
  24. .gitignore
  25. Android.bp
  26. avf_flags.aconfig
  27. dice_for_avf_guest.cddl
  28. OWNERS
  29. PREUPLOAD.cfg
  30. README.md
  31. rustfmt.toml
  32. 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: