Move vmclient to libs/libvmclient

Bug: 352458998
Test: pass TH
Change-Id: I0cc27bb7c09666d160ade9003afe7bca88c11702
6 files changed
tree: b058c53a11d9c205a34754f28a7e9fc8c6123edf
  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. vm_payload/
  13. vmlauncher_app/
  14. .clang-format
  15. .gitignore
  16. dice_for_avf_guest.cddl
  17. OWNERS
  18. PREUPLOAD.cfg
  19. README.md
  20. rustfmt.toml
  21. 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: