Mark the ART module as updatable.

Bug: 180399951
Test: m
Change-Id: I19fc2b3d07a8b04efecd8fa0e497c65ec0d817c3
Merged-In: I19fc2b3d07a8b04efecd8fa0e497c65ec0d817c3
(cherry picked from commit 1b57d266da23e809a7d65f31d92ab20efc0311a8)
diff --git a/build/apex/Android.bp b/build/apex/Android.bp
index 555fd82..69e45a6 100644
--- a/build/apex/Android.bp
+++ b/build/apex/Android.bp
@@ -311,7 +311,6 @@
     name: "com.android.art",
     defaults: ["com.android.art-device-defaults"],
     certificate: ":com.android.art.certificate",
-    updatable: false,
 }
 
 // "Debug" version of the ART APEX module (containing both release and
@@ -321,7 +320,6 @@
     name: "com.android.art.debug",
     defaults: ["com.android.art-devel-defaults"],
     certificate: ":com.android.art.certificate",
-    updatable: false,
 }
 
 // ART gtests with dependencies on internal ART APEX libraries.