Run Microdroid tests with less amount of RAM

The bootloader no longer requires huge amount of memory for the AVB
verification. The new RAM sizes are the minimum values that can pass the
tests on each architecture.

Bug: 208328715
Test: atest MicrodroidHostTestCases on both CF and oriole_pkvm
Test: atest MicrodroidTestApp on both CF and oriole_pkvm

Change-Id: Ib1605bfa17e8263f806ed03fe02db4ba86894738
2 files changed
tree: 2c2405c23d49bc4652c20094fa35c3a6c2cd9ca5
  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.