sdm660: Install media_profiles in system/etc
Install media_profiles in system/etc as well since the file is currently checked in system etc partition only Change-Id: I5e59623fd367d00bfd7cfdf3ddca07749e76f84a
This commit is contained in:
parent
ec2cfbd708
commit
ad007c396b
1 changed files with 5 additions and 3 deletions
|
@ -38,9 +38,11 @@ TARGET_USE_UI_SVA := true
|
|||
|
||||
# Video codec configuration files
|
||||
ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true)
|
||||
PRODUCT_COPY_FILES += device/qcom/sdm660_64/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml
|
||||
PRODUCT_COPY_FILES += device/qcom/sdm660_64/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml
|
||||
PRODUCT_COPY_FILES += device/qcom/sdm660_64/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml
|
||||
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_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
|
||||
|
||||
# video seccomp policy files
|
||||
|
|
Loading…
Reference in a new issue