Don't set dalvik.vm.boot-dex2oat-threads inside VM

dex2oat by default uses all available CPUs. So as long as the number of
vCPU follows the system property (in the host), we are fine.

Bug: 197358423
Test: m
Change-Id: I77874a84b46a9db4797f4531776718a281d33202
2 files changed
tree: aef4365c7eac406fee7044f27610db18cb47aa29
  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.