diff options
author | Uma Mehta <umamehta@codeaurora.org> | 2017-07-12 23:24:57 +0530 |
---|---|---|
committer | Uma Mehta <umamehta@codeaurora.org> | 2017-07-13 18:54:35 +0530 |
commit | c20172f7f7b9c2e696a6d917c5ca4bdffa4c223a (patch) | |
tree | eea46244c38f48e7c492b48969be85d24af2712b /sdm660_64.mk | |
parent | d99ecb1ae31557b263957c19c83f40956d664f48 (diff) |
sdm660: Pick vendor MediaProfiles.xml
Adding vendor media_profiles.xml, adding
property to pick the same, while parsing
profiles.xml
Change-Id: I78e6813fa670ce6f824f40ac953c14e3e1c6fa23
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 676a890..9f86e94 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_V1_0.xml \ + device/qcom/sdm660_64/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.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 |