Index: build/android/buildbot/bb_host_steps.py |
diff --git a/build/android/buildbot/bb_host_steps.py b/build/android/buildbot/bb_host_steps.py |
index b2bda6c9d682783c8d43aa0983edfd4ab78580ad..4041ccd726965c5ed4130e6bcdebe2a7e84e6eda 100755 |
--- a/build/android/buildbot/bb_host_steps.py |
+++ b/build/android/buildbot/bb_host_steps.py |
@@ -75,8 +75,7 @@ def ZipBuild(options): |
def ExtractBuild(options): |
bb_annotations.PrintNamedStep('extract_build') |
RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'extract_build.py')] |
- + bb_utils.EncodeProperties(options), |
- warning_code=1, cwd=DIR_BUILD_ROOT) |
+ + bb_utils.EncodeProperties(options), cwd=DIR_BUILD_ROOT) |
def FindBugs(options): |