From b1f97a6620e3fbfee9ae37e357881d7fe03b72ba Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 11:05:02 +0200 Subject: [PATCH] docs: Android.mk -> ndk-build Android.mk is the name of the build-files, but ndk-build is the tool that builds it. Reviewed-by: Yonggang Luo Part-of: --- docs/android.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/android.rst b/docs/android.rst index 05006649f1f..06379f683ce 100644 --- a/docs/android.rst +++ b/docs/android.rst @@ -2,11 +2,11 @@ Android ======= Mesa hardware drivers can be built for Android one of two ways: built -into the Android OS using the Android.mk build system on older versions +into the Android OS using the ndk-build build system on older versions of Android, or out-of-tree using the Meson build system and the Android NDK. -The Android.mk build system has proven to be hard to maintain, as one +The ndk-build build system has proven to be hard to maintain, as one needs a built Android tree to build against, and it has never been tested in CI. The Meson build system flow is frequently used by Chrome OS developers for building and testing Android drivers.