Chromium Code Reviews| Index: build/android/buildbot_functions.sh |
| diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
| index 4c26610d897bff73aa67db603a59263dbb1db5b6..706d5f4265e5c1b63efb3c28a3cd1b2c717833c6 100755 |
| --- a/build/android/buildbot_functions.sh |
| +++ b/build/android/buildbot_functions.sh |
| @@ -180,7 +180,9 @@ function bb_goma_make { |
| COMMON_JAVAC="$COMMON_JAVAC" \ |
| "$@" |
| + local make_exit_status=$? |
| bb_stop_goma_internal |
| + return $make_exit_status |
| } |
| # Compile step |