Move microdroid to under build

and move the linux kernel to guest/kernel

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