Additional way to find a specific msm model (seen on Redmi Go)

This commit is contained in:
Pierre-Hugues Husson 2019-05-16 22:04:48 +02:00
parent 85d4e98941
commit 31eac57426
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ mount -o bind /system/phh/empty /vendor/overlay/SysuiDarkTheme/SysuiDarkThemeOve
if grep -qF 'PowerVR Rogue GE8100' /vendor/lib/egl/GLESv1_CM_mtk.so ||
grep -qF 'PowerVR Rogue' /vendor/lib/egl/libGLESv1_CM_mtk.so ||
(getprop ro.product.board | 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
fi