diff options
author | Mahesh Lanka <mlanka@codeaurora.org> | 2021-03-25 13:24:39 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-03-25 00:57:49 -0700 |
commit | 192452ac99a3be69ddfe7c991dce2018057d7b21 (patch) | |
tree | 48cf71126015faa847996da5a03eaaef46ccc587 | |
parent | 453c35e361aa3a975ff959a6cfa44696b293a86c (diff) |
media: Set target media version property for khaje
Set target version to select correct configuration files
Change-Id: I5b8be1f5e9baccc0459de5b65cb9e67a37318775
-rw-r--r-- | media-prop/init.qti.media.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-prop/init.qti.media.sh b/media-prop/init.qti.media.sh index 4bc1e55d..fa9f77f6 100644 --- a/media-prop/init.qti.media.sh +++ b/media-prop/init.qti.media.sh @@ -2,7 +2,7 @@ #============================================================================== # init.qti.media.sh # -# Copyright (c) 2020, The Linux Foundation. All rights reserved. +# Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -47,6 +47,9 @@ case "$target" in setprop vendor.media.target.version 3 fi ;; + 518) + setprop vendor.media.target.version 3 + ;; *) sku_ver=`cat /sys/devices/platform/soc/5a00000.qcom,vidc/sku_version` 2> /dev/null if [ $sku_ver -eq 1 ]; then |