From 289d01c66e20fd073e8957337ca3759f0aca4d6c Mon Sep 17 00:00:00 2001 From: Tad Date: Fri, 19 May 2023 12:45:16 -0400 Subject: [PATCH] m8: artifacting workaround Signed-off-by: Tad --- Scripts/LineageOS-18.1/Patch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/LineageOS-18.1/Patch.sh b/Scripts/LineageOS-18.1/Patch.sh index 65d143f4..2f3527e3 100644 --- a/Scripts/LineageOS-18.1/Patch.sh +++ b/Scripts/LineageOS-18.1/Patch.sh @@ -460,6 +460,8 @@ fi; if enterAndClear "device/htc/m8-common"; then awk -i inplace '!/TARGET_RELEASETOOLS_EXTENSIONS/' BoardConfigCommon.mk; #broken releasetools +echo "PRODUCT_PROPERTY_OVERRIDES += debug.sf.hw=0" >> system_prop.mk; #disable hw overlays to workaround artifacting +echo "PRODUCT_PROPERTY_OVERRIDES += debug.egl.hw=0" >> system_prop.mk; fi; if enterAndClear "device/htc/msm8974-common"; then