diff options
author | Max Kellermann <max@musicpd.org> | 2021-01-19 20:14:07 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-01-19 20:17:36 +0100 |
commit | 68f4be323c595f7aefcaae0cc4b5a692b9b3e6ff (patch) | |
tree | 2646c92e98f566c82103b0c19410391fea59dc6b /doc | |
parent | 4949cd98f30dbc0a15cf0af5e087e7799d3f291f (diff) |
doc/user.rst: require Android NDK r22
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user.rst b/doc/user.rst index 694ce0cc5..e21b07d36 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -167,7 +167,7 @@ Compiling for Android You need: * Android SDK -* Android NDK +* `Android NDK r22 <https://developer.android.com/ndk/downloads>`_ Just like with the native build, unpack the :program:`MPD` source tarball and change into the directory. Then, instead of |