Move vm_payload to libs/libvm_payload

Bug: 352458998
Test: pass TH
Change-Id: Ibb1364410c12e3b4daaa9f81d4ec830ccdbf475f
17 files changed
tree: 4bbd748dc9d0e8d0c4f1a97cdfe16c678f86471c
  1. android/
  2. authfs/
  3. build/
  4. compos/
  5. docs/
  6. ferrochrome_app/
  7. guest/
  8. java/
  9. libs/
  10. service_vm/
  11. tests/
  12. vmlauncher_app/
  13. .clang-format
  14. .gitignore
  15. dice_for_avf_guest.cddl
  16. OWNERS
  17. PREUPLOAD.cfg
  18. README.md
  19. rustfmt.toml
  20. 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: