Move zipfuse to under guest

Bug: 352458998
Test: pass TH
Change-Id: I6e7258eaac26149e6cbd2af651e05604f317f332
12 files changed
tree: d75baecdb0f40fb792aa41c93d9fc85762257c28
  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. .clang-format
  20. .gitignore
  21. Android.bp
  22. avf_flags.aconfig
  23. dice_for_avf_guest.cddl
  24. OWNERS
  25. PREUPLOAD.cfg
  26. README.md
  27. rustfmt.toml
  28. 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: