| Index: build/android/buildbot/buildbot_functions.sh
|
| diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
|
| index 38ef67d2f27873ee09e262aa1239d7f09eaa5898..bab486659c80172171761ba8111444b888c8a898 100755
|
| --- a/build/android/buildbot/buildbot_functions.sh
|
| +++ b/build/android/buildbot/buildbot_functions.sh
|
| @@ -98,7 +98,7 @@ function bb_setup_goma_internal {
|
|
|
| echo "Killing old goma processes"
|
| ${GOMA_DIR}/goma_ctl.sh stop || true
|
| - killall compiler_proxy || true
|
| + killall -9 compiler_proxy || true
|
|
|
| echo "Starting goma"
|
| ${GOMA_DIR}/goma_ctl.sh start
|
|
|