diff options
author | Uma Mehta <umamehta@codeaurora.org> | 2017-06-16 16:30:11 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-16 04:06:59 -0700 |
commit | 7ef6bbde611201c3c515d871d74ce70ef703399c (patch) | |
tree | e0566a04cbab05ba5b618c56fc99220559ae8cc2 /sdm660_64.mk | |
parent | 2c98f39cee6e51fd3327cc1222171cf4c389bb3a (diff) |
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
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 449cc90..9e4885d 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -40,7 +40,7 @@ TARGET_USE_UI_SVA := true ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true) PRODUCT_COPY_FILES += \ 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_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml endif #TARGET_ENABLE_QC_AV_ENHANCEMENTS |