diff options
author | Santhosh Behara <santhoshbehara@codeaurora.org> | 2017-08-09 12:31:08 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-08-09 00:26:17 -0700 |
commit | 789d05895743c08b11c69692fc2865952f685d78 (patch) | |
tree | 7be9619f144fe7adfac64ab45ac115feccb39f9d | |
parent | f2e87ca821028df89253d037f3da256005cb80f1 (diff) |
sdm660_64: Override "video.disable.ubwc" property
Override the propery "video.disable.ubwc" in the device
make file so that it will be part of vendor.prop for the
targets that doesn't support UBWC encoding.
Change-Id: Ied558565bb0c95f32766aa10270a35391e649cab
-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 30d1d42..489db05 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 |