Remove statsd APEX, clean linkerconfig

We don't actually use the statsd APEX in Microdroid, so remove it.

Also simplify the code that adds the required APEXes, get rid of some
unnecessary Vecs. Fix the tests to match the new behavior.

I noticed a reference to related libraries in linker.config.json - but
they seem to have no effect. Looking at the history we added this file
as part of b/181093750 when we wanted the ART APEX in the VM. But that
is only needed by CompOS, which works just fine without this. Most of
the libraries mentioned here currently seem to exist in Microdroid's
system/lib64, so I just removed them.

Bug: 298195944
Test: atest virtualizationmanager_device_test
Test: atest MicrodroidTests
Test: composd_cmd test-compile
Change-Id: Idf82bae9846d5d02371845edf0c6ef4c318b9625
2 files changed
tree: 36d73586957a4422c1d4b2baa2512ed97a0b1c24
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. demo_native/
  7. docs/
  8. encryptedstore/
  9. javalib/
  10. launcher/
  11. libs/
  12. microdroid/
  13. microdroid_manager/
  14. pvmfw/
  15. rialto/
  16. service_vm/
  17. tests/
  18. virtualizationmanager/
  19. virtualizationservice/
  20. vm/
  21. vm_payload/
  22. vmbase/
  23. vmclient/
  24. zipfuse/
  25. .clang-format
  26. .gitignore
  27. Android.bp
  28. OWNERS
  29. PREUPLOAD.cfg
  30. README.md
  31. 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:

How-Tos: