summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--device.mk5
-rw-r--r--files/media_codecs.xml57
-rw-r--r--files/media_codecs_ext.xml153
3 files changed, 161 insertions, 54 deletions
diff --git a/device.mk b/device.mk
index 0ff9157..ef61b69 100644
--- a/device.mk
+++ b/device.mk
@@ -35,6 +35,11 @@ PRODUCT_COPY_FILES += \
device/amlogic/einstein/files/mesondisplay.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/mesondisplay.cfg \
device/amlogic/einstein/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
+ifeq ($(TARGET_WITH_MEDIA_EXT), true)
+PRODUCT_COPY_FILES += \
+ device/amlogic/einstein/files/media_codecs_ext.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_ext.xml
+endif
+
# remote IME config file
PRODUCT_COPY_FILES += \
device/amlogic/einstein/files/remote.conf:$(TARGET_COPY_OUT_VENDOR)/etc/remote.conf \