summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParas Nagda <pnagda@codeaurora.org>2020-05-27 10:21:25 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2020-05-29 22:10:39 -0700
commitac35d58d3e9149fc9328abd60a0c9f7c857792fe (patch)
tree9d2e10b338d3fd0730378ddad504344908dd5d53
parent7cbb87d6e0e23ed948de8004868e56ae6e4486b6 (diff)
conf_files: atoll: Copy default profiles to odm/etc
Copy default media_profiles.xml to odm/etc in case of non-ODM case. Change-Id: Ic88731c7c3b886e78ad46cd2a95679d215542803
-rw-r--r--conf_files/atoll/atoll.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf_files/atoll/atoll.mk b/conf_files/atoll/atoll.mk
index aeecb4b3..d660bdd4 100644
--- a/conf_files/atoll/atoll.mk
+++ b/conf_files/atoll/atoll.mk
@@ -24,4 +24,6 @@ else
#Rank OMX SW codecs lower than OMX HW codecs
PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.omx_default_rank.sw-audio=1
PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.omx_default_rank=0
+ PRODUCT_COPY_FILES += \
+ device/qcom/common/media/media_profiles.xml:$(TARGET_COPY_OUT_ODM)/etc/media_profiles_V1_0.xml
endif