diff options
author | Brian Carlstrom <bdc@google.com> | 2014-05-28 21:27:47 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-05-29 09:38:36 -0700 |
commit | 758d1dd0b2906c6e48da3bdb40c6fc4ae071c3cb (patch) | |
tree | 7306be17d287715ffe04d6459fa36e91a148bb74 | |
parent | c1e9a5fe7a7804e37c3d26449ee703eab4498182 (diff) | |
download | device_generic_armv7-a-neon-758d1dd0b2906c6e48da3bdb40c6fc4ae071c3cb.tar.gz device_generic_armv7-a-neon-758d1dd0b2906c6e48da3bdb40c6fc4ae071c3cb.tar.bz2 device_generic_armv7-a-neon-758d1dd0b2906c6e48da3bdb40c6fc4ae071c3cb.zip |
Remove dependencies on runtime_libdvm and libdvm.so in general
Bug: 14298175
(cherry picked from commit 6a271ee5ac3d9bcd4f60b20ce8f3b0acf0dfebb9)
Change-Id: Ibf885c98b9c05b774716b76d3e6a1d245e31a167
-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 \ |