summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJaekyun Seok <jaekyun@google.com>2017-02-20 17:40:31 +0900
committerJaekyun Seok <jaekyun@google.com>2017-02-25 06:07:13 +0900
commitc0ef5cca77212363abdc2c818ea430c9ab762fcd (patch)
treea2c19781167563582c63deda27801d0cddc3b989 /common
parent3012c0fad951b58c6f5aa4d3d42550cad78b544b (diff)
Move etc files about media codec list into vendor partition
Test: building succeeded and tested on sailfish. CTS test (MediaCodecListTest) was passed as well. Bug: 35369237 Change-Id: I131b568d332aead6804648f63f51b919647fe787
Diffstat (limited to 'common')
-rw-r--r--common/base.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/base.mk b/common/base.mk
index bd13a5dc..1c7bcc9b 100644
--- a/common/base.mk
+++ b/common/base.mk
@@ -827,9 +827,9 @@ PRODUCT_COPY_FILES := \
#endif # BOARD_HAVE_BLUETOOTH_BLUEZ
PRODUCT_COPY_FILES += \
- 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_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
+ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
+ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \
# enable overlays to use our version of
# source/resources etc.