sdm660-common : Ensure ro.surface_flinger.protected_contents=true is copied to build.prop
-Having it as DEFAULT_OVERRIDE did not copy the prop, causing chrome v77+ to crash Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Change-Id: I1fd53af2b9aecc53f7058eb76ef8e815d98968c5
This commit is contained in:
parent
b170d247c5
commit
413f53c6f7
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
ro.vendor.sensors.sta_detect=true
|
||||
|
||||
# SurfaceFlinger
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true \
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3 \
|
||||
ro.surface_flinger.max_virtual_display_dimension=4096 \
|
||||
|
|
Loading…
Reference in a new issue