From a9b2b5e24112c5aa6e5a82e72bc209e269359c20 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Tue, 24 May 2016 13:55:20 +0800 Subject: [PATCH] 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 --- docs/egl.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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.

-- 2.30.2