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 /sdm660_64.mk | |
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
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 4 |
1 files changed, 4 insertions, 0 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 |