Merge "Make the time zone test1 APEX uninstallable"
diff --git a/testing/data/test1/apex/Android.bp b/testing/data/test1/apex/Android.bp
index d8af5cf..d7b58fd 100644
--- a/testing/data/test1/apex/Android.bp
+++ b/testing/data/test1/apex/Android.bp
@@ -27,5 +27,9 @@
         "apex_icu_tzdata.dat_test1",
     ],
     key: "apex.tzdata.key",
+
+    // installable: false as we do not want test APEX versions in the system
+    // image.
+    installable: false,
 }