Re-organize compos directories

* compos/apex                -> build/compos
* compos/composd             -> android/composd
* compos/composd_cmd         -> android/composd_cmd
* compos/verify              -> android/compos_verify
* compos                     -> guest/compsvc
* compos/compos_key_helper   -> guest/compos_key_helper
* compos/common              -> libs/libcompos_common
* compos/aidl                -> libs/compos_aidl_interface
* compos/tests               -> tests/ComposHostTestCases
* compos/benchmark           -> tests/ComposBenchmarkApp

Bug: 352458998
Test: pass TH
Change-Id: Ib32c38c76305b2a9e64f4b804765b31b2604309b
66 files changed
tree: b263e56c5d01a02a254235c592ec6c0c7d2cbd20
  1. android/
  2. build/
  3. demo_accessor/
  4. docs/
  5. guest/
  6. libs/
  7. tests/
  8. .clang-format
  9. .gitignore
  10. dice_for_avf_guest.cddl
  11. OWNERS
  12. PREUPLOAD.cfg
  13. README.md
  14. rustfmt.toml
  15. 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: