m8: artifacting workaround

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-05-19 12:45:16 -04:00
parent 931be971b9
commit 289d01c66e
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B

View File

@ -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