Unconditionally install com.android.virt APEX

For devices that enable AVF (i.e. they include
p/m/Virtualization/apex/product_packages.mk) the build system install
the "full" variant of the com.android.virt APEX (i.e. with the crossvm,
virtualization_service, microdroid, et.al.).

On the other hand, for the rest of the devices (a.k.a. devices that
disable AVF) we will install "almost empty" variant of the
com.android.virt APEX (so far it only has the app that defines
permissions, soon it will also include the BCP jar).

Bug: 243512044
Test: build & flash oriole
Test: build & flash redfin
Change-Id: Ic78320b0616ff083b506c91d86f5573b39177e81
2 files changed
tree: cd049058805f2397e6df6cf8924367d9de1c6703
  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.