sdm660_64: update name of media profiles xml

update the name of the media profiles xml to match the
name of the file queried by the media profiles header file

Change-Id: I472d8f0f94a55fd76e99a2b55410e38b4607527e
This commit is contained in:
Uma Mehta 2017-06-16 16:30:11 +05:30 committed by Gerrit - the friendly Code Review server
parent 2c98f39cee
commit 7ef6bbde61

View file

@ -40,7 +40,7 @@ TARGET_USE_UI_SVA := true
ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true) ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true)
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/qcom/sdm660_64/media_profiles.xml:system/etc/media_profiles.xml \ device/qcom/sdm660_64/media_profiles.xml:system/etc/media_profiles.xml \
device/qcom/sdm660_64/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \ device/qcom/sdm660_64/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
device/qcom/sdm660_64/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ device/qcom/sdm660_64/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
device/qcom/sdm660_64/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml device/qcom/sdm660_64/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml
endif #TARGET_ENABLE_QC_AV_ENHANCEMENTS endif #TARGET_ENABLE_QC_AV_ENHANCEMENTS