Revert "Don't install files for the virt APEX onto the system partition"

This reverts commit 1908108ac2c4763cf1032bb9aca4b841af9e22f8.

Reason for revert: b/207783530

Change-Id: Id70acc1090fb547c59f8064d525992d57b5e069e
diff --git a/apex/Android.bp b/apex/Android.bp
index f125456..9d6cc94 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -16,9 +16,6 @@
     // TODO(jiyong): make it updatable
     updatable: false,
     platform_apis: true,
-    // b/207336449: this is to turn the symlink optimization off while keeping this APEX
-    // non-updatable. Can be removed when `updatable` becomes true.
-    installable: false,
 
     system_ext_specific: true,
 
diff --git a/apex/product_packages.mk b/apex/product_packages.mk
index 0e58d71..02d7989 100644
--- a/apex/product_packages.mk
+++ b/apex/product_packages.mk
@@ -25,6 +25,7 @@
 
 # TODO(b/207336449): Figure out how to get these off /system
 PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST := \
+    system/lib64/libgfxstream_backend.so \
     system/framework/oat/%@service-compos.jar@classes.odex \
     system/framework/oat/%@service-compos.jar@classes.vdex \