mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4053 from minggo/iss2905-adjust_folder
[ci skip]Iss2905 adjust folder
This commit is contained in:
commit
cd0a1b4d6d
|
@ -176,7 +176,7 @@ def build_samples(target,ndk_build_param):
|
|||
elif target == 'simplegame':
|
||||
app_android_root = os.path.join(cocos_root, 'samples/Cpp/SimpleGame/proj.android')
|
||||
elif target == 'assetsmanager':
|
||||
app_android_root = os.path.join(cocos_root, 'samples/Cpp/AssetsManager/proj.android')
|
||||
app_android_root = os.path.join(cocos_root, 'samples/Cpp/AssetsManagerTest/proj.android')
|
||||
elif target == 'hellolua':
|
||||
app_android_root = os.path.join(cocos_root, 'samples/Lua/HelloLua/proj.android')
|
||||
elif target == 'testlua':
|
||||
|
|
|
@ -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