summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Jun <yujun@marvell.com>2015-12-01 00:09:52 -0800
committerMohammed Habibulla <moch@google.com>2015-12-08 11:02:57 -0800
commit1ffa10b6de080abe61e451b207107ab066e573d6 (patch)
tree0cbdb28e157d4a986bfea444f9468605a7d4895b
parentf2bd37b98e3c143e1bec0194db1894d33042c908 (diff)
downloadabox_edge-1ffa10b6de080abe61e451b207107ab066e573d6.tar.gz
Added media codec support for audio stagefright playback
BUG=25856061 Change-Id: I02b860bf56fe02e594b0a0a651e4163883d45572
-rw-r--r--BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b98637d..911e5d6 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -35,5 +35,9 @@ PRODUCT_COPY_FILES += \
device/marvell/abox_edge/provision-device:provision-device \
device/marvell/abox_edge/provision-sfbin:provision-sfbin
+# Add media codec support
+PRODUCT_COPY_FILES += \
+ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs.xml
+
# Must be defined at the end of the file
$(call add_device_packages)