Allow the test CompOS VM to use all CPUs by default

Note that this doesn't change verify_key (so it always uses 1 vCPU)
because the system property is specific to compilation.

For unknown reason, odrefresh takes longer when running with multiple
vCPU in the VM. See b/216557997.

Bug: 197358423
Test: Run `composd_cmd test-compile` on oriole. See 8 cpu in /proc/cpuinfo
Change-Id: Ie1a0bd4db3f33fef20d186af1718064f7094725b
1 file changed
tree: 0b55cf76b811a0357ae6af62116ecde077a32e01
  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. statslog_virtualization/
  17. tests/
  18. virtualizationservice/
  19. vm/
  20. vmconfig/
  21. zipfuse/
  22. .clang-format
  23. .gitignore
  24. Android.bp
  25. OWNERS
  26. PREUPLOAD.cfg
  27. README.md
  28. 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.