diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-08-10 18:26:32 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-08-10 18:26:32 -0700 |
commit | c17e8cb8fdbc2bca3ff3b446429ceded400eaf06 (patch) | |
tree | 9b72b7c0764bd6b419a682205cc42b986e862436 | |
parent | 915a1293606c0aa7270d4cd97b8dbf9edf196937 (diff) | |
parent | 789d05895743c08b11c69692fc2865952f685d78 (diff) |
Merge "sdm660_64: Override "video.disable.ubwc" property"
-rw-r--r-- | sdm660_64.mk | 4 | ||||
-rwxr-xr-x | system.prop | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 524a10a..a712c2f 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -56,6 +56,10 @@ PRODUCT_COPY_FILES += device/qcom/sdm660_64/whitelistedapps.xml:$(TARGET_COPY_OU device/qcom/sdm660_64/gamedwhitelist.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gamedwhitelist.xml \ device/qcom/sdm660_64/appboosts.xml:$(TARGET_COPY_OUT_VENDOR)/etc/appboosts.xml + +PRODUCT_PROPERTY_OVERRIDES += \ + video.disable.ubwc=1 + ifneq ($(TARGET_DISABLE_DASH), true) PRODUCT_BOOT_JARS += qcmediaplayer endif diff --git a/system.prop b/system.prop index 661c75e..9428b81 100755 --- a/system.prop +++ b/system.prop @@ -54,7 +54,6 @@ persist.mm.enable.prefetch=true vidc.enc.target_support_bframe=1 vendor.vidc.enc.disable_bframes=1 vendor.vidc.dec.enable.downscalar=1 -video.disable.ubwc=1 # enable PQ feature by default vendor.vidc.enc.disable.pq=false |