From 0c900a4bfa62f713e14f71c38ea3f45907840079 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 31 Oct 2021 17:03:35 +0100 Subject: [PATCH] doc/user.rst: pass -Dandroid_debug_keystore=... to ./android/build.py --- doc/user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user.rst b/doc/user.rst index 1416b7be8..e795e4553 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -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