Add the skeleton for the client-side API

android.system.virtualmachine is added as the client-side API for the
controlling of virtual machines. This change doesn't add any new API.
It adds an empty library to the existing framework.

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