summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorherriojr <jherriott@cyngn.com>2015-10-01 11:20:26 -0700
committerherriojr <jherriott@cyngn.com>2015-10-01 12:16:46 -0700
commit5d2c99892078470aca1259b78fa97d21f11ae2d2 (patch)
treee916ee2d4b368b29bc45887f1ae532d0d094c7d8 /config
parent95682234f1e5554f55c4f18c07c4df70c87b1ac9 (diff)
downloadvendor_replicant-5d2c99892078470aca1259b78fa97d21f11ae2d2.zip
vendor_replicant-5d2c99892078470aca1259b78fa97d21f11ae2d2.tar.gz
vendor_replicant-5d2c99892078470aca1259b78fa97d21f11ae2d2.tar.bz2
Add libcore.net.MimeUtils Overrides
This will allow us to add supported mimetypes in libcore.net.MimeUtils which in turn will allow more recognized mimetypes for anything that uses android.webkit.MimeTypeMap. Change-Id: I97febe17cff1d196f479b557fef3bca1b11bdd74 Issue-Id: CYNGNOS-1176
Diffstat (limited to 'config')
-rw-r--r--config/common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/common.mk b/config/common.mk
index cc49f91..3ad692a 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -110,6 +110,10 @@ PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
vendor/cm/prebuilt/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
+# Copy over added mimetype supported in libcore.net.MimeUtils
+PRODUCT_COPY_FILES += \
+ vendor/cm/prebuilt/common/lib/content-types.properties:system/lib/content-types.properties
+
# Enable SIP+VoIP on all targets
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml