summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2015-09-10 00:53:11 +0200
committerJason Lu <jasonbangbang@gmail.com>2016-02-14 21:52:12 -0600
commit1ff66e59f9592caaad9a502e7a4fff2875adaef5 (patch)
tree6fe664053e094b3e452b242baab178ea8be6ef78 /common.mk
parent8923d69452b4e0572eb85966ab0f50b4773ba422 (diff)
downloaddevice_samsung_smdk4412-common-1ff66e59f9592caaad9a502e7a4fff2875adaef5.tar.gz
device_samsung_smdk4412-common-1ff66e59f9592caaad9a502e7a4fff2875adaef5.tar.bz2
device_samsung_smdk4412-common-1ff66e59f9592caaad9a502e7a4fff2875adaef5.zip
Fix Netflix and YouTube.
Use custom google video xml, with removed support of adaptive playback. Change-Id: I6b0f0072a5cf55471043d1e95598359c02f8acf8
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index b0e725f..43ec678 100644
--- a/common.mk
+++ b/common.mk
@@ -98,11 +98,12 @@ PRODUCT_PACKAGES += \
# libOMX.SEC.VP8.Decoder
PRODUCT_COPY_FILES += \
- $(COMMON_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \
- $(COMMON_PATH)/configs/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 \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
- frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml
+ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
+ $(COMMON_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \
+ $(COMMON_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \
+ $(COMMON_PATH)/configs/media_codecs_google_video_le.xml:system/etc/media_codecs_google_video_le.xml
# Filesystem management tools
PRODUCT_PACKAGES += \