build release version of android samples

This commit is contained in:
minggo 2013-11-01 16:44:35 +08:00
parent 0a59d9eb3e
commit 915d75ea7c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ elif [ "$PLATFORM"x = "android"x ]; then
# Build all samples # Build all samples
echo "Building all samples ..." echo "Building all samples ..."
cd $COCOS2DX_ROOT/build cd $COCOS2DX_ROOT/build
./android-build.py all ./android-build.py -n NDK_DEBUG=0 all
# Build template # Build template
# echo "Building template ..." # echo "Building template ..."