Set android_keymint_needed=N for microdroid

The u-boot bootloader has recently been updated to mandate the existence
of a keymint console and to communicate with keymint using the console.
Until microdroid can support the same same use case, don't let the
bootloader demand the keymint console. This is done by setting the new
env var android_keymint_needed to N.

Bug: N/A
Test: atest MicrodroidHostTestCases
Change-Id: I145af591ca4334251efce82d97db535aca015a97
2 files changed
tree: ef8eaaa14893f936b8cc46667a5bbc15090cec71
  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.