summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2016-05-24 13:55:20 +0800
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-24 16:24:54 +0100
commita9b2b5e24112c5aa6e5a82e72bc209e269359c20 (patch)
tree34f92df43cdf71228d4ba299ffce988193971c51
parente79aa19d88b4d6dbd26c23287292e6bf9f41ce33 (diff)
docs/egl: Android platform can also be build using autotools
We added support for Android build using autotools (configure), update the documentation to reflect that. Signed-off-by: Nicolas Boichat <drinkcat@google.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--docs/egl.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/egl.html b/docs/egl.html
index bc21c6c489..fb94f8c713 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -89,9 +89,11 @@ types such as <code>EGLNativeDisplayType</code> or
<p>The available platforms are <code>x11</code>, <code>drm</code>,
<code>wayland</code>, <code>surfaceless</code>, <code>android</code>,
-and <code>haiku</code>. The <code>android</code> platform
-can only be built as a system component, part of AOSP, while the
-<code>haiku</code> platform can only be built with SCons.
+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 <code>configure</code> options.
+The <code>haiku</code> platform can only be built with SCons.
Unless for special needs, the build system should
select the right platforms automatically.</p>