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