[Android] Define SDL_VIDEO_OPENGL_ES2
diff --git a/include/SDL_config_android.h b/include/SDL_config_android.h
index 489b9ff..2ed65d5 100644
--- a/include/SDL_config_android.h
+++ b/include/SDL_config_android.h
@@ -131,6 +131,7 @@
/* Enable OpenGL ES */
#define SDL_VIDEO_OPENGL_ES 1
+#define SDL_VIDEO_OPENGL_ES2 1
#define SDL_VIDEO_OPENGL_EGL 1
#define SDL_VIDEO_RENDER_OGL_ES 1
#define SDL_VIDEO_RENDER_OGL_ES2 1