Test CompOS more directly.

Rather than using "vm --daemonize ..." to test, which is a slightly
unrealistic environment and doesn't exercise much of our client-side
code, use composd where we can.

A side-effect of this is that we no longer need to disable selinux for
the tests, nor do we need the special "don't log to stderr"
configuration.

Bug: 200924405
Test: atest ComposHostTestCases
Change-Id: I2c56ef0decb521a9208843fc54166e6778388879
4 files changed
tree: 625374a1f65df8406da80328983fa99156552175
  1. apex/
  2. apkdmverity/
  3. apkverify/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. idsig/
  9. javalib/
  10. launcher/
  11. libs/
  12. microdroid/
  13. microdroid_manager/
  14. tests/
  15. virtualizationservice/
  16. vm/
  17. vmconfig/
  18. zipfuse/
  19. .clang-format
  20. Android.bp
  21. OWNERS
  22. PREUPLOAD.cfg
  23. README.md
  24. TEST_MAPPING
README.md

Virtualization

This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.