From 9305730993c541f7a4cc56d302504ad1d58cc12b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 31 Oct 2018 15:26:24 +0100 Subject: [PATCH] doc/user.rst: use arm64 instead of armv7 in the example All new hardware is arm64 anyway. --- doc/user.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/user.rst b/doc/user.rst index 700601946..b3f35dcc2 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -176,7 +176,9 @@ tarball and change into the directory. Then, instead of meson configure -Dandroid_debug_keystore=$HOME/.android/debug.keystore ninja android/apk/mpd-debug.apk -:envvar:`SDK_PATH` is the absolute path where you installed the Android SDK; :envvar:`NDK_PATH` is the Android NDK installation path; ABI is the Android ABI to be built, e.g. "armeabi-v7a". +:envvar:`SDK_PATH` is the absolute path where you installed the +Android SDK; :envvar:`NDK_PATH` is the Android NDK installation path; +ABI is the Android ABI to be built, e.g. ":code:`arm64-v8a`". This downloads various library sources, and then configures and builds :program:`MPD`.