Module: Mesa
Branch: main
Commit: e7e762635dc231c56fa331c44ff788ff972c8276
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7e762635dc231c56fa331c44ff788ff972c8276

Author: Alyssa Rosenzweig <[email protected]>
Date:   Fri Sep 17 11:08:42 2021 -0400

docs/panfrost: Remove obsolete note on Android.mk

Android.mk was removed, so remove a reference to it from Panfrost
documentation. We should document building for Android, but it'll be
through meson. This note as-is adds more confusion than note.

Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12914>

---

 docs/drivers/panfrost.rst | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/drivers/panfrost.rst b/docs/drivers/panfrost.rst
index 994dae5d88d..0ed8b2d8cbd 100644
--- a/docs/drivers/panfrost.rst
+++ b/docs/drivers/panfrost.rst
@@ -39,13 +39,10 @@ it's easy to add support, see the commit ``cff7de4bb597e9`` 
as an example.
 LLVM is *not* required by Panfrost's compilers. LLVM support in Mesa can
 safely be disabled for most OpenGL ES users with Panfrost.
 
-Build with meson like ``meson . build/ -Ddri-drivers= -Dvulkan-drivers=
+Build like ``meson . build/ -Ddri-drivers= -Dvulkan-drivers=
 -Dgallium-drivers=panfrost -Dllvm=disabled`` for a build directory
 ``build``.
 
-Building for Android via the legacy ``Android.mk`` system is not officially
-supported but reportedly works. Your mileage may vary.
-
 For general information on building Mesa, read :doc:`the install documentation
 <../install>`.
 

Reply via email to