Integration test for CompOS

The only test case initially is to verify that odrefresh can succeed
with dex2oat running in the VM.  The current goal is to keep the test
running.

In the longer term, when we're ready to increase the end-to-end test
coversage, we might want to figure out a better place to host the test,
e.g. possibly odsign_e2e_tests.

Bug: 192690283
Test: atest ComposHostTestCases
Change-Id: Ic1395437d8bc13c72b21e6460242ccb445be2b87
5 files changed
tree: 28756d03da3617cc157c7281135ca9c3494e1f71
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. javalib/
  8. launcher/
  9. microdroid/
  10. microdroid_manager/
  11. tests/
  12. virtualizationservice/
  13. vm/
  14. vmconfig/
  15. zipfuse/
  16. .clang-format
  17. Android.bp
  18. OWNERS
  19. PREUPLOAD.cfg
  20. README.md
  21. 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.