Move apex to under build

but leave a symlink apex -> build/apex as there are many references to
the old path.

also, move empty-payload-apk to android/EmptyPayloadApp

Bug: 352458998
Test: pass TH
Change-Id: I7192773690613957e4c47a75c1513074379b0e0d
29 files changed
tree: cdd1831dc6ddb3561576e231bf49b64192be7ec0
  1. android/
  2. authfs/
  3. build/
  4. compos/
  5. demo/
  6. demo_native/
  7. docs/
  8. encryptedstore/
  9. ferrochrome_app/
  10. flags/
  11. guest/
  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: