pvmfw is not for virt apex

pvmfw is not placed inside the virt APEX, thus dropping the
apex_available property.

Bug: 245896220
Test: N/A

Change-Id: Ie866e33a027f96cd1bf4c1d38ca6c1cfa6e9e0d4
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp
index 6a01713..f8cd711 100644
--- a/pvmfw/Android.bp
+++ b/pvmfw/Android.bp
@@ -25,7 +25,6 @@
     static_libs: [
         "libarm-optimized-routines-mem",
     ],
-    apex_available: ["com.android.virt"],
 }
 
 cc_binary {
@@ -41,7 +40,6 @@
         "image.ld",
         ":vmbase_sections",
     ],
-    apex_available: ["com.android.virt"],
 }
 
 raw_binary {