diff options
author | Ying Wang <wangying@google.com> | 2014-12-16 21:58:11 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-16 21:58:11 +0000 |
commit | 55c99f61579dadd519e9d0123b0d9404eda52112 (patch) | |
tree | ea54e557272ece7d4478c8ef02b35ab34c32748c | |
parent | 91e7b056cb1b9fb9ad10fb3869e526293e2050d1 (diff) | |
parent | 49f39f7e794c81028ce30b1e16a99d3d837fab69 (diff) | |
download | device_generic_armv7-a-neon-55c99f61579dadd519e9d0123b0d9404eda52112.tar.gz device_generic_armv7-a-neon-55c99f61579dadd519e9d0123b0d9404eda52112.tar.bz2 device_generic_armv7-a-neon-55c99f61579dadd519e9d0123b0d9404eda52112.zip |
am 49f39f7e: Merge "Remove unneeded PRODUCT_RUNTIMES."
* commit '49f39f7e794c81028ce30b1e16a99d3d837fab69':
Remove unneeded PRODUCT_RUNTIMES.
-rw-r--r-- | mini_common.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mini_common.mk b/mini_common.mk index 7609396..6e39a09 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -61,8 +61,6 @@ 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 \ @@ -83,4 +81,3 @@ $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk) - |