remove unnecessary export CREATED_NDK_FOLDER="no"

This commit is contained in:
talregev 2020-07-03 19:09:21 +03:00
parent 5ffa0a7178
commit 462bb9d09c
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ if [ ci = "yes" ]; then
if [ ! -e "${NDK_FLAGFILE}" ]; then
rm -rf $OPENSSL_FLAGFILE
rm -rf $CURL_FLAGFILE
export CREATED_NDK_FOLDER="no"
fi
createNDKFolder
else