Index: build/android/buildbot_functions.sh |
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
index dc18847a069d1caab127c5e7663b2f2c9b8df190..c8e54c76c1680ab9713f4f9263f487719f9e6ff0 100755 |
--- a/build/android/buildbot_functions.sh |
+++ b/build/android/buildbot_functions.sh |
@@ -103,7 +103,7 @@ function bb_compile_experimental { |
for target in ${EXPERIMENTAL_TARGETS} ; do |
echo "@@@BUILD_STEP Experimental Compile $target @@@" |
set +e |
- make -j4 "${target}" |
+ make -k -j4 "${target}" |
if [ $? -ne 0 ] ; then |
echo "@@@STEP_WARNINGS@@@" |
fi |