android/build.py: add ABI parameter

This commit is contained in:
Max Kellermann
2018-03-04 20:43:59 +01:00
parent e86015a72a
commit ea552208fc
2 changed files with 26 additions and 9 deletions

View File

@@ -303,9 +303,16 @@ apt-get install g++ \
<command>./configure</command>, type:
</para>
<programlisting>./android/build.py SDK_PATH NDK_PATH
<programlisting>./android/build.py SDK_PATH NDK_PATH ABI
make android/build/mpd-debug.apk</programlisting>
<para>
<varname>SDK_PATH</varname> is the absolute path where you
installed the Android SDK; <varname>NDK_PATH</varname> is
the Android NDK installation path; <varname>ABI</varname> is
the Android ABI to be built, e.g. "armeabi-v7a".
</para>
<para>
This downloads various library sources, and then configures
and builds <application>MPD</application>.