summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-10-31 15:26:24 +0100
committerMax Kellermann <max@musicpd.org>2018-10-31 15:26:24 +0100
commit9305730993c541f7a4cc56d302504ad1d58cc12b (patch)
tree0ab9131979189bfab1181eefd4a49eed47872be6 /doc
parent16bc97e9e56c709990fc879b75c9b39d290e525a (diff)
doc/user.rst: use arm64 instead of armv7 in the example
All new hardware is arm64 anyway.
Diffstat (limited to 'doc')
-rw-r--r--doc/user.rst4
1 files changed, 3 insertions, 1 deletions
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`.