doc/user.rst: use arm64 instead of armv7 in the example

All new hardware is arm64 anyway.
This commit is contained in:
Max Kellermann 2018-10-31 15:26:24 +01:00
parent 16bc97e9e5
commit 9305730993
1 changed files with 3 additions and 1 deletions

View File

@ -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`.