Chromium Code Reviews| Index: build/android/buildbot/buildbot_functions.sh |
| diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh |
| index 8fe5d846d98bbdc89b969bb5c4091e54822aa5a9..25e89c40a82f98eaf69a4cf47b791dd935c712bd 100755 |
| --- a/build/android/buildbot/buildbot_functions.sh |
| +++ b/build/android/buildbot/buildbot_functions.sh |
| @@ -68,6 +68,7 @@ function bb_baseline_setup { |
| fi |
| export GOMA_DIR=/b/build/goma |
| . build/android/envsetup.sh |
| + adb kill-server |
|
Yaron
2012/09/29 01:12:35
This is run for builders too, isn't? Seems only ne
|
| } |
| function bb_compile_setup { |