Revert some stuff from 94c29f9c37 that shouldn't have been commited

This commit is contained in:
Daniel Martí 2014-08-18 11:25:39 +02:00
parent 97d1724ca0
commit c5cab888e4
2 changed files with 7 additions and 5 deletions

View file

@ -564,7 +564,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
if jni_components == ['yes']:
jni_components = ['']
cmd = [os.path.join(config['ndk_path'], "ndk-build"), "-j4"]
cmd = [os.path.join(config['ndk_path'], "ndk-build"), "-j1"]
for d in jni_components:
if d:
logging.info("Building native code in '%s'" % d)