Ignore swizzle to fix crash on Oreo PowerVR devices
This commit is contained in:
parent
fec86428d8
commit
eeb6d035a9
@ -277,6 +277,7 @@ if grep -qF 'PowerVR Rogue GE8100' /vendor/lib/egl/GLESv1_CM_mtk.so ||
|
|||||||
( (getprop ro.product.board; getprop ro.board.platform) | grep -qiE -e msm8917 -e msm8937 -e msm8940); then
|
( (getprop ro.product.board; getprop ro.board.platform) | grep -qiE -e msm8917 -e msm8937 -e msm8940); then
|
||||||
|
|
||||||
setprop debug.hwui.renderer opengl
|
setprop debug.hwui.renderer opengl
|
||||||
|
setprop ro.skia.ignore_swizzle true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#If we have both Samsung and AOSP power hal, take Samsung's
|
#If we have both Samsung and AOSP power hal, take Samsung's
|
||||||
|
Loading…
Reference in New Issue
Block a user