From b8e50da05ebfb114f2f36f170febcef9ab1424f8 Mon Sep 17 00:00:00 2001 From: minggo Date: Thu, 29 Jan 2015 14:01:11 +0800 Subject: [PATCH] only build c++ codes --- build/android-build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android-build.py b/build/android-build.py index 021dc795a2..47ffe5930e 100755 --- a/build/android-build.py +++ b/build/android-build.py @@ -37,7 +37,7 @@ def caculate_built_samples(args): def do_build(app_android_root, build_mode): - command = 'cocos compile -p android -s %s -m %s' % (app_android_root, build_mode) + command = 'cocos compile -p android -s %s --ndk-mode %s' % (app_android_root, build_mode) print command if os.system(command) != 0: