Move microdroid_manager to under guest

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