Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-06-18 20:35:34 -04:00
parent 5146f67cee
commit 0bc93038ac
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B

View File

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