Move virtualizationservice to under android

Bug: 352458998
Test: pass TH
Change-Id: If9c1e27ea8d952a2abf78969034e2ce6ac576089
58 files changed
tree: 933e2f37520320226fd74cd171ca91efeffcc7da
  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. vm/
  15. vm_payload/
  16. vmbase/
  17. vmclient/
  18. vmlauncher_app/
  19. zipfuse/
  20. .clang-format
  21. .gitignore
  22. Android.bp
  23. avf_flags.aconfig
  24. dice_for_avf_guest.cddl
  25. OWNERS
  26. PREUPLOAD.cfg
  27. README.md
  28. rustfmt.toml
  29. 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: