Move top-level Android.bp to under build

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