diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-02 14:54:08 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-02 14:54:08 -0700 |
commit | bd9605bac6876a589b9d41dec62f65a9a1d19b42 (patch) | |
tree | 4f0df53c3025adf47d482e5d049cde81567cb6b6 /sdm660_64.mk | |
parent | 7c968c11d57656456115b3d93b547429ee8e5c25 (diff) | |
parent | 57cb502bd8b7b49095b85011f78aca8bacfabb65 (diff) |
Merge "SDM660_64: Install media config files in vendor/etc"
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 0821cf7..8cde134 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -37,10 +37,21 @@ TARGET_USE_UI_SVA := true -include $(QCPATH)/common/config/qtic-config.mk # Video codec configuration files +MEDIA_XML_TARGET := system/vendor/etc +MEDIA_XML_TARGET_VENDOR := vendor/etc +MEDIA_XML_TARGET_SYSTEM := etc 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_codecs.xml:system/etc/media_codecs.xml \ - device/qcom/sdm660_64/media_codecs_performance.xml:system/etc/media_codecs_performance.xml +PRODUCT_COPY_FILES += device/qcom/sdm660_64/media_profiles.xml:$(MEDIA_XML_TARGET)/media_profiles.xml \ + device/qcom/sdm660_64/media_profiles.xml:$(MEDIA_XML_TARGET_VENDOR)/media_profiles.xml \ + device/qcom/sdm660_64/media_profiles.xml:$(MEDIA_XML_TARGET_SYSTEM)/media_profiles.xml + +PRODUCT_COPY_FILES += device/qcom/sdm660_64/media_codecs.xml:$(MEDIA_XML_TARGET)/media_codecs.xml \ + device/qcom/sdm660_64/media_codecs.xml:$(MEDIA_XML_TARGET_VENDOR)/media_codecs.xml \ + device/qcom/sdm660_64/media_codecs.xml:$(MEDIA_XML_TARGET_SYSTEM)/media_codecs.xml + +PRODUCT_COPY_FILES += device/qcom/sdm660_64/media_codecs_performance.xml:$(MEDIA_XML_TARGET)/media_codecs_performance.xml \ + device/qcom/sdm660_64/media_codecs_performance.xml:$(MEDIA_XML_TARGET_VENDOR)/media_codecs_performance.xml \ + device/qcom/sdm660_64/media_codecs_performance.xml:$(MEDIA_XML_TARGET_SYSTEM)/media_codecs_performance.xml endif #TARGET_ENABLE_QC_AV_ENHANCEMENTS # video seccomp policy files |