| Index: build/android/buildbot/bb_device_steps.py
 | 
| diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
 | 
| index 2e4c42efda56ef7bc5f751fa14599596e568971a..a1eb1bd149a77571f4175428f8cf98273fe0fbc8 100755
 | 
| --- a/build/android/buildbot/bb_device_steps.py
 | 
| +++ b/build/android/buildbot/bb_device_steps.py
 | 
| @@ -724,6 +724,7 @@ def main(argv):
 | 
|  
 | 
|    setattr(options, 'target', options.factory_properties.get('target', 'Debug'))
 | 
|  
 | 
| +  # pylint: disable=global-statement
 | 
|    if options.chrome_output_dir:
 | 
|      global CHROME_OUT_DIR
 | 
|      global LOGCAT_DIR
 | 
| 
 |