Move virtualizationmanager to android/virtmgr

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