This commit is contained in:
radius 2016-03-01 22:53:39 -05:00
parent b0c76011cd
commit 391abe2312
1 changed files with 2 additions and 0 deletions

View File

@ -1432,6 +1432,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
BUILD="NO"
else
BUILD="YES"
RADIR=$DIR
fi
OUT=`git submodule foreach git pull origin master`
cd $WORK
@ -1441,6 +1442,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
cd $DIR
git submodule update --init
BUILD="YES"
RADIR=$DIR
cd $WORK
fi
fi