From 10b8d7c62083b854c419cb3a35b499069552c140 Mon Sep 17 00:00:00 2001 From: OzzysCmAcc Date: Sun, 22 May 2016 10:01:33 +0200 Subject: [PATCH] klte-common: add performance codecs Change-Id: Ifd6a45d9e38c1aea640bb7280163ae754123a446 --- configs/media_codecs_performance.xml | 141 +++++++++++++++++++++++++++ klte.mk | 3 +- 2 files changed, 143 insertions(+), 1 deletion(-) create mode 100644 configs/media_codecs_performance.xml diff --git a/configs/media_codecs_performance.xml b/configs/media_codecs_performance.xml new file mode 100644 index 0000000..7e4a82c --- /dev/null +++ b/configs/media_codecs_performance.xml @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/klte.mk b/klte.mk index dc34d4c..03397b4 100644 --- a/klte.mk +++ b/klte.mk @@ -99,7 +99,8 @@ PRODUCT_PACKAGES += \ # Media PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml + $(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \ + $(LOCAL_PATH)/configs/media_codecs_performance.xml:system/etc/media_codecs_performance.xml # NFC PRODUCT_PACKAGES += \