Add framework-virtualization to combined_apis

In order to integrate framework-virtualization into combined_apis we
need to enable module_lib API surface, and add framework-module-defaults
which provides us with configuration that combined_apis depended on
(e.g. droiddoc, annotations)

Additionally, to prevent circular dependencies the java backends in
virtualization service aidls are now compiling against module_current.

Bug: 243512044
Test: builds
Change-Id: Ie089602cd139416e468869241b5c078cba826711
4 files changed
tree: 4962c66c206cf4bac3851e5107d4b6720dbd8843
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. avmd/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. rialto/
  15. tests/
  16. virtualizationservice/
  17. vm/
  18. vmbase/
  19. vmclient/
  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.