Migrate composd to odrefresh-in-vm

Replace startTestCompile with what was startAsyncOdrefresh, and
migrate startStagedApexCompile to work the same way. That means
both of our scheduled jobs will now be using the new mechanism.

Remove some of the now redundant code.

Remove tests that were explicitly running the deprecated form.

Bug: 205750213
Bug: 210998077
Test: atest ComposHostTestCases
Test: Manually trigger both scheduled jobs, observe success
Change-Id: Ie9df53045a852a37330156c76ac25c74db907b46
7 files changed
tree: 4b4f00acf3747c45a8a9898bb9ecf72212ed2536
  1. apex/
  2. apkdmverity/
  3. apkverify/
  4. authfs/
  5. binder_common/
  6. compos/
  7. demo/
  8. docs/
  9. idsig/
  10. javalib/
  11. launcher/
  12. libs/
  13. microdroid/
  14. microdroid_manager/
  15. pvmfw/
  16. tests/
  17. virtualizationservice/
  18. vm/
  19. vmconfig/
  20. zipfuse/
  21. .clang-format
  22. .gitignore
  23. Android.bp
  24. OWNERS
  25. PREUPLOAD.cfg
  26. README.md
  27. 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.