msm8974-common: Set TARGET_DISABLE_POSTRENDER_CLEANUP := true

To fix the bad UI lag we are experiencing.

Change-Id: I3edb25f93c58b87431a1802726f31123200f75d3
This commit is contained in:
Arne Coucheron 2020-11-22 01:18:39 +01:00 committed by Kevin F. Haggerty
parent 81028f988c
commit 8a56039c7d
No known key found for this signature in database
GPG key ID: 6D95512933112729

View file

@ -60,6 +60,7 @@ endif
# Display # Display
OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
TARGET_DISABLE_POSTRENDER_CLEANUP := true
# Shader cache config options # Shader cache config options
# Maximum size of the GLES Shaders that can be cached for reuse. # Maximum size of the GLES Shaders that can be cached for reuse.