diff options
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/egl.html b/docs/egl.html index 6f4028f756a..964cfbdb76a 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -82,7 +82,7 @@ the main library to decide the native platform.</p> <p>The available platforms are <code>x11</code>, <code>drm</code>, <code>wayland</code>, <code>surfaceless</code>, <code>android</code>, -and <code>haiku</code>. +<code>tizen</code>, and <code>haiku</code>. The <code>android</code> platform can either be built as a system component, part of AOSP, using <code>Android.mk</code> files, or cross-compiled using appropriate options. |