Add com.android.virt.accessor_demo

This provides a reference IAccessor implementation.

Test: atest vm_accessor_test
Bug: 349578050
Change-Id: I956e8e7706c43c8e672ec669d4c8912f09635061
20 files changed
tree: c19e3dd543df6f3ff4e31961a26f90a46f43f9e1
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. demo_accessor/
  7. demo_native/
  8. docs/
  9. encryptedstore/
  10. ferrochrome_app/
  11. flags/
  12. java/
  13. launcher/
  14. libs/
  15. microdroid/
  16. microdroid_manager/
  17. pvmfw/
  18. rialto/
  19. service_vm/
  20. tests/
  21. virtualizationmanager/
  22. virtualizationservice/
  23. vm/
  24. vm_payload/
  25. vmbase/
  26. vmclient/
  27. vmlauncher_app/
  28. zipfuse/
  29. .clang-format
  30. .gitignore
  31. Android.bp
  32. avf_flags.aconfig
  33. dice_for_avf_guest.cddl
  34. OWNERS
  35. PREUPLOAD.cfg
  36. README.md
  37. rustfmt.toml
  38. 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: