Enable 2 legacy serial ports for microdroid

Recent GKIs disable the 8250 serial core uarts by default, because it
was causing rogue MMIO accesses on ARM64. We need two, so this change
enables two again.

- /dev/ttyS0: console
- /dev/ttyS1: serial device to notify failure

Bug: 220071963
Test: boot microdroid and see /dev/ttyS0, /dev/ttyS1
Test: write to /dev/ttyS1 and see virtualizationservice log
Change-Id: I8ad2f5c69bf7b0088a6169bf3fdd904fcf12dc06
1 file changed
tree: 4a40919df2b2b1770c9e26ea5be6b0e6d463afd5
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. tests/
  15. virtualizationservice/
  16. vm/
  17. vmbase/
  18. vmclient/
  19. zipfuse/
  20. .clang-format
  21. .gitignore
  22. Android.bp
  23. OWNERS
  24. PREUPLOAD.cfg
  25. README.md
  26. 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.