Remove dependencies on runtime_libdvm and libdvm.so in general

Bug: 14298175
Change-Id: I68a1cb37166c1e4d68d85a1de7b1b1af8477d5cf
diff --git a/mini_common.mk b/mini_common.mk
index 5f7d033..7609396 100644
--- a/mini_common.mk
+++ b/mini_common.mk
@@ -37,45 +37,20 @@
     TeleService \
     TestingCamera \
     WAPPushManager \
-    apache-xml \
     audio \
     audio_policy.default \
     audio.primary.default \
-    bouncycastle \
-    cacerts \
     com.android.future.usb.accessory \
-    conscrypt \
-    core \
-    core-junit \
-    dalvikvm \
-    dexdeps \
-    dexdump \
-    dexlist \
-    dexopt \
-    dmtracedump \
-    dx \
-    ext \
     hostapd \
-    hprof-conv \
-    libcrypto \
-    libdvm \
-    libexpat \
-    libicui18n \
-    libicuuc \
-    libjavacore \
-    libnativehelper \
     librs_jni \
-    libssl \
     libvideoeditor_core \
     libvideoeditor_jni \
     libvideoeditor_osal \
     libvideoeditorplayer \
     libvideoeditor_videofilters \
-    libz \
     lint \
     local_time.default \
     network \
-    okhttp \
     pand \
     power.default \
     sdptool \
@@ -86,6 +61,8 @@
 # be included in platform.zip
 PRODUCT_PACKAGES += camera.goldfish.jpeg
 
+PRODUCT_RUNTIMES := runtime_libart_default
+
 PRODUCT_COPY_FILES += \
     frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
     frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \