doc/user.rst: pass -Dandroid_debug_keystore=... to ./android/build.py
This commit is contained in:
parent
f1d5d70010
commit
0c900a4bfa
|
@ -205,8 +205,8 @@ tarball and change into the directory. Then, instead of
|
|||
|
||||
mkdir -p output/android
|
||||
cd output/android
|
||||
../../android/build.py SDK_PATH NDK_PATH ABI
|
||||
meson configure -Dandroid_debug_keystore=$HOME/.android/debug.keystore
|
||||
../../android/build.py SDK_PATH NDK_PATH ABI \
|
||||
-Dandroid_debug_keystore=$HOME/.android/debug.keystore
|
||||
ninja android/apk/mpd-debug.apk
|
||||
|
||||
:envvar:`SDK_PATH` is the absolute path where you installed the
|
||||
|
|
Loading…
Reference in New Issue