From 0bc93038acd93bdd96fc6ff1f8b5a9e34c4e952e Mon Sep 17 00:00:00 2001 From: Tad Date: Sun, 18 Jun 2023 20:35:34 -0400 Subject: [PATCH] Cleanup Signed-off-by: Tad --- Scripts/LineageOS-18.1/Patch.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/LineageOS-18.1/Patch.sh b/Scripts/LineageOS-18.1/Patch.sh index abe907f7..9f69ea96 100644 --- a/Scripts/LineageOS-18.1/Patch.sh +++ b/Scripts/LineageOS-18.1/Patch.sh @@ -466,8 +466,6 @@ 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