| Index: build/android/PRESUBMIT.py
 | 
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
 | 
| index 48ef76a7be1307f2aa337b4450e47f8eb5eaca7b..aa6e94f752217315c58700383522678938702b1d 100644
 | 
| --- a/build/android/PRESUBMIT.py
 | 
| +++ b/build/android/PRESUBMIT.py
 | 
| @@ -65,6 +65,7 @@ def CommonChecks(input_api, output_api):
 | 
|            J('pylib', 'local', 'device', 'local_device_test_run_test.py'),
 | 
|            J('pylib', 'results', 'json_results_test.py'),
 | 
|            J('pylib', 'symbols', 'elf_symbolizer_unittest.py'),
 | 
| +          J('pylib', 'utils', 'decorators_test.py'),
 | 
|            J('pylib', 'utils', 'device_dependencies_test.py'),
 | 
|            J('pylib', 'utils', 'dexdump_test.py'),
 | 
|            J('pylib', 'utils', 'proguard_test.py'),
 | 
| 
 |