Enable GPU in crosvm

When the GPU feature is turned on in crosvm, these modules are added as
dependencies. Since crosvm is included in the virt APEX, add the APEX to
the apex_available properties of the modules to make them available in
the APEX.

Bug: 325929966
Test: m
Change-Id: Ia52e44be1183cd274e99b4e2013cdbb80331729d
diff --git a/Android.bp b/Android.bp
index 95c969b..fcc9664 100644
--- a/Android.bp
+++ b/Android.bp
@@ -94,6 +94,7 @@
     apex_available: [
         "//apex_available:platform",
         "com.android.media.swcodec",
+        "com.android.virt",
     ],
     min_sdk_version: "29",
 }