From: Nicolas Boichat Date: Tue, 24 May 2016 05:55:20 +0000 (+0800) Subject: docs/egl: Android platform can also be build using autotools X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9b2b5e24112c5aa6e5a82e72bc209e269359c20;p=mesa.git 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 Reviewed-by: Emil Velikov --- diff --git a/docs/egl.html b/docs/egl.html index bc21c6c4894..fb94f8c7136 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -89,9 +89,11 @@ types such as EGLNativeDisplayType or

The available platforms are x11, drm, wayland, surfaceless, android, -and haiku. The android platform -can only be built as a system component, part of AOSP, while the -haiku platform can only be built with SCons. +and haiku. +The android platform can either be built as a system +component, part of AOSP, using Android.mk files, or +cross-compiled using appropriate configure options. +The haiku platform can only be built with SCons. Unless for special needs, the build system should select the right platforms automatically.