mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: Improve (Android) Build Scripts.
Add a script for building the Android APK in the docker container. Also make some improvements to the Windows build scripts, and update the documentation for both builds. Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
3153a139b3
commit
5ac1922d84
5 changed files with 92 additions and 49 deletions
|
|
@ -411,7 +411,7 @@ APK_DIR=$(dirname ${APK})
|
|||
APK_FILE=$(basename ${APK})
|
||||
|
||||
pushd ${APK_DIR}
|
||||
if [ -n "${KEYSTORE_FILE+X}" -a -f "${KEYSTORE_FILE}" -a -n "${KEYSTORE_PASSWORD+X}" ]; then
|
||||
if [ -n "${KEYSTORE_FILE+X}" -a -f "${KEYSTORE_FILE-}" -a -n "${KEYSTORE_PASSWORD+X}" ]; then
|
||||
APKSIGNER_PARAMS=""
|
||||
if [ -n "${KEYSTORE_ALIAS+X}" ]; then
|
||||
APKSIGNER_PARAMS="${APKSIGNER_PARAMS} --ks-key-alias ${KEYSTORE_ALIAS}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue