Strip out unused parts of keymint

This implementation of keymint is just software-based so can't support
things like key deletion and it's not aware of the device lock state.
Constant fold the security level and stub out operations at the top
level to make the behaviour easier to find.

Bug: 190578423
Test: atest MicrodroidHostTestCases
Change-Id: Ic49c4515ea0490ba864b56b5487ac0a877970616
3 files changed
tree: 0b1c716d53b9368751d890f8e0b46c9be1fc4ec9
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. javalib/
  8. launcher/
  9. microdroid/
  10. microdroid_manager/
  11. tests/
  12. virtualizationservice/
  13. vm/
  14. vmconfig/
  15. zipfuse/
  16. .clang-format
  17. Android.bp
  18. OWNERS
  19. PREUPLOAD.cfg
  20. README.md
  21. 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.