Move apkdmverity to under guest

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