From 46a4c6f95da00332cedcba32834effdf218def61 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Sun, 22 Nov 2020 01:18:39 +0100 Subject: [PATCH] sdm710-common: Set TARGET_DISABLE_POSTRENDER_CLEANUP := true To fix the bad UI lag we are experiencing. Change-Id: I3edb25f93c58b87431a1802726f31123200f75d3 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 14438ae..de86fc4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -52,6 +52,7 @@ TARGET_USES_QTI_CAMERA_DEVICE := true MALLOC_SVELTE_FOR_LIBC32 := true # Display +TARGET_DISABLE_POSTRENDER_CLEANUP := true TARGET_SCREEN_DENSITY := 440 TARGET_HAS_WIDE_COLOR_DISPLAY := true TARGET_USES_GRALLOC1 := true