Use OpenGL skia (!= skiagl) on PowerVR Rogue GE8100

cf https://github.com/phhusson/treble_experimentations/issues/173
This commit is contained in:
Pierre-Hugues Husson 2018-09-06 20:46:30 +02:00
parent 99633e904d
commit fa5792249b
1 changed files with 3 additions and 0 deletions

View File

@ -140,4 +140,7 @@ done
mount -o bind /system/phh/empty /vendor/overlay/SysuiDarkTheme/SysuiDarkTheme.apk || true
if grep -qF 'PowerVR Rogue GE8100' /vendor/lib/egl/GLESv1_CM_mtk.so;then
setprop debug.hwui.renderer opengl
fi