mirror of https://github.com/axmolengine/axmol.git
build release version of android samples
This commit is contained in:
parent
0a59d9eb3e
commit
915d75ea7c
|
@ -50,7 +50,7 @@ elif [ "$PLATFORM"x = "android"x ]; then
|
|||
# Build all samples
|
||||
echo "Building all samples ..."
|
||||
cd $COCOS2DX_ROOT/build
|
||||
./android-build.py all
|
||||
./android-build.py -n NDK_DEBUG=0 all
|
||||
|
||||
# Build template
|
||||
# echo "Building template ..."
|
||||
|
|
Loading…
Reference in New Issue