Merge "Set future_updatable: false for virt and compos APEXes"
diff --git a/apex/Android.bp b/apex/Android.bp
index bdea039..e39b459 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -31,7 +31,7 @@
     name: "com.android.virt_common",
     // TODO(jiyong): make it updatable
     updatable: false,
-    future_updatable: true,
+    future_updatable: false,
     platform_apis: true,
 
     manifest: "manifest.json",
diff --git a/compos/apex/Android.bp b/compos/apex/Android.bp
index 4ff0635..55cc446 100644
--- a/compos/apex/Android.bp
+++ b/compos/apex/Android.bp
@@ -35,7 +35,7 @@
 
     // TODO(b/206618706): make it updatable
     updatable: false,
-    future_updatable: true,
+    future_updatable: false,
     platform_apis: true,
 
     system_ext_specific: true,