mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-24 14:21:30 -05:00
m8: artifacting workaround
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
931be971b9
commit
289d01c66e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user