diff options
author | Vinoth Jayaram <c_vinoja@codeaurora.org> | 2021-09-29 15:39:23 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-09-30 06:19:21 -0700 |
commit | 533cb619ee8e9a5727320e56046a04784c8bc0aa (patch) | |
tree | 30979f537b51ae2787f25f971b5947b6aec7b8d0 | |
parent | 60f409a2919ad35a238d2d12aa0f7acad2343125 (diff) |
display: Enable support for protected content GPU composition
Enable protected contents GPU composition for all targets.
Change-Id: I7db5c3bee340dea313c8ee16ae13b8114fd2390e
-rw-r--r-- | config/display-product.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/display-product.mk b/config/display-product.mk index 1cf7fac7..4a117ae8 100644 --- a/config/display-product.mk +++ b/config/display-product.mk @@ -108,9 +108,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ vendor.display.enable_optimize_refresh=1 \ vendor.display.disable_ui_3d_tonemap=1 -ifeq ($(TARGET_BOARD_PLATFORM), msmnile) PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.protected_contents=true -endif #Set WCG properties ifeq ($(TARGET_BOARD_PLATFORM),$(TRINKET)) |