| Index: build/android/buildbot/bb_annotations.py
|
| diff --git a/build/android/pylib/buildbot_report.py b/build/android/buildbot/bb_annotations.py
|
| similarity index 87%
|
| copy from build/android/pylib/buildbot_report.py
|
| copy to build/android/buildbot/bb_annotations.py
|
| index 8e7db8d9c97e55ab0b7ce8744fd69cf4bb5d5e7b..fe3fcd638eaf328d9290ad72454eb4a4cbe55667 100644
|
| --- a/build/android/pylib/buildbot_report.py
|
| +++ b/build/android/buildbot/bb_annotations.py
|
| @@ -44,11 +44,3 @@ def PrintWarning():
|
|
|
| def PrintNamedStep(step):
|
| print '@@@BUILD_STEP %s@@@' % step
|
| -
|
| -
|
| -def PrintStepResultIfNeeded(options, result):
|
| - if result:
|
| - if options.buildbot_step_failure:
|
| - PrintError()
|
| - else:
|
| - PrintWarning()
|
|
|