Index: build/android/buildbot/bb_utils.py |
diff --git a/build/android/buildbot/bb_utils.py b/build/android/buildbot/bb_utils.py |
index f16540bc697eaa9b2fd3613220f3cbcb602d4ab9..4aa9b47ac75084dc0d16f70c733e412d2c305393 100644 |
--- a/build/android/buildbot/bb_utils.py |
+++ b/build/android/buildbot/bb_utils.py |
@@ -26,6 +26,8 @@ CHROME_SRC = os.path.abspath( |
GOMA_DIR = os.environ.get('GOMA_DIR', os.path.join(BB_BUILD_DIR, 'goma')) |
+GSUTIL_PATH = os.path.join(BB_BUILD_DIR, 'third_party', 'gsutil', 'gsutil') |
+ |
def CommandToString(command): |
"""Returns quoted command that can be run in bash shell.""" |
return ' '.join(map(pipes.quote, command)) |