diff options
author | Brian Carlstrom <bdc@google.com> | 2014-05-28 21:27:47 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-05-28 21:27:47 -0700 |
commit | 6a271ee5ac3d9bcd4f60b20ce8f3b0acf0dfebb9 (patch) | |
tree | 925aceb0d835d12654fd446fddf9c4999ac3e87a | |
parent | 31c861be7f3f4a4f4e44fe8e9245dd592cc0370e (diff) | |
download | device_generic_armv7-a-neon-6a271ee5ac3d9bcd4f60b20ce8f3b0acf0dfebb9.tar.gz device_generic_armv7-a-neon-6a271ee5ac3d9bcd4f60b20ce8f3b0acf0dfebb9.tar.bz2 device_generic_armv7-a-neon-6a271ee5ac3d9bcd4f60b20ce8f3b0acf0dfebb9.zip |
Remove dependencies on runtime_libdvm and libdvm.so in general
Bug: 14298175
Change-Id: I68a1cb37166c1e4d68d85a1de7b1b1af8477d5cf
-rw-r--r-- | mini_common.mk | 27 |
1 files changed, 2 insertions, 25 deletions
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 @@ PRODUCT_PACKAGES += \ 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 @@ PRODUCT_PACKAGES += \ # 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 \ |