[Android] Add possibility to set VERBOSE in android build scripts globally

Let it still be overwritten by --verbose parameter

Co-authored-by: talregev <tal.regev@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2020-06-12 01:03:01 +02:00 committed by Tal Regev
parent c84bf6ead0
commit 85015e12b6
2 changed files with 4 additions and 2 deletions

View File

@ -48,7 +48,8 @@ doclean=""
cache_dir=""
arch=""
silent=""
verbose=""
verbose="${VERBOSE:-no}"
while [ $# -gt 0 ]; do
key="$1"
case $key in

View File

@ -6,7 +6,8 @@ set -e
#
# Script to compile everything BOINC needs for Android
export VERBOSE=false
export VERBOSE="no"
cd ../
BUILD_DIR="$PWD/3rdParty/buildCache"
cd android/