summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-09-20 14:52:38 +0100
committerJon Medhurst <tixy@linaro.org>2016-09-20 15:07:59 +0100
commit48131f0ac17076aecaadaf27bf0befe0bfd20cf7 (patch)
treebe1b8aa69d3b8b040efe3925787288caa822f215
parent2dd5ff9d341c2dd8e5ec75c7e5ed755c57f335b9 (diff)
downloadcommon-RLCR-16.09.tar.gz
common-device.mk: copy media_codecs_google_audio.xml to targetRLCR-16.09
Linaro's media_codecs.xml Includes media_codecs_google_audio.xml so we need to also copy that to the target. This fixes audio and video playback on Juno. Change-Id: Id4b701352dbab3eea9e9781660c6fc19ba445fa6 Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--common-device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common-device.mk b/common-device.mk
index 9c327d4..3689050 100644
--- a/common-device.mk
+++ b/common-device.mk
@@ -18,7 +18,8 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
# Copy media codecs config file
# so that to enable mediaplayback
-PRODUCT_COPY_FILES += device/linaro/build/media_codecs.xml:system/etc/media_codecs.xml
+PRODUCT_COPY_FILES += device/linaro/build/media_codecs.xml:system/etc/media_codecs.xml \
+ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml
# Integrate the dev tools application
PRODUCT_PACKAGES += Development DevelopmentSettings