diff options
author | Peiyong Lin <lpy@google.com> | 2019-05-03 16:35:02 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | ae3ab06694df6e34b7b1c7edcba841c4b0c6e314 (patch) | |
tree | 65315d3d2d2939a605c317db4ec3efaadb907a32 /properties.mk | |
parent | caa6623c58218e6fe089f6942174ef3ff4c5c31d (diff) |
sdm660-common: Turn on GPU protected composition.
Change-Id: Ie385081961d8b89b81a034178d10176197b639d5
Diffstat (limited to 'properties.mk')
-rw-r--r-- | properties.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/properties.mk b/properties.mk index 4def796..f4cd6ad 100644 --- a/properties.mk +++ b/properties.mk @@ -107,6 +107,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ debug.sf.hw=1 \ debug.sf.latch_unsignaled=1 \ ro.opengles.version=196610 \ + ro.surface_flinger.protected_contents=true \ ro.vendor.display.cabl=0 \ vendor.display.disable_skip_validate=1 \ vendor.display.enable_default_color_mode=1 \ |