Add export CREATED_NDK_FOLDER="no" for user delete the cache folder.

The script will download the ndk folder again even if the user have the CREATED_NDK_FOLDER="yes" from previouse builds.
This commit is contained in:
talregev 2020-07-03 21:17:52 +03:00
parent d1480b98da
commit 893caeb2a3
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ if [ $ci = "yes" ]; then
createNDKFolder
else
if [ ! -e "${NDK_FLAGFILE}" ]; then
export CREATED_NDK_FOLDER="no"
createNDKFolder
touch "${NDK_FLAGFILE}"
fi