media: Install default media configuration files in system/vendor/etc/
configuration files are now moved from system/ to vendor/ or (system/vendor) Change-Id: Idd1301f820f8c37d6688a07133fb4cda1bd0f124 CRs-Fixed: 2039799
This commit is contained in:
parent
f170940b1f
commit
f374e2e283
11
base.mk
11
base.mk
|
@ -929,12 +929,13 @@ PRODUCT_COPY_FILES := \
|
|||
PRODUCT_COPY_FILES += \
|
||||
device/qcom/common/sec_config:system/etc/sec_config
|
||||
|
||||
#copy codecs_xxx.xml to (TARGET_COPY_OUT_VENDOR)/etc/
|
||||
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 \
|
||||
device/qcom/common/media/media_profiles.xml:system/etc/media_profiles.xml \
|
||||
device/qcom/common/media/media_codecs.xml:system/etc/media_codecs.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 \
|
||||
device/qcom/common/media/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \
|
||||
device/qcom/common/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml
|
||||
|
||||
ifeq ($(strip $(TARGET_USES_NQ_NFC)),true)
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in New Issue