| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index b3dfd7210f529278d38de51c3f8cb476a38d8bf2..ad09630a56cb3f5fddda711c329fb65d66107ca1 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -69,7 +69,8 @@ def CommonChecks(input_api, output_api):
|
| J('pylib', 'utils', 'md5sum_test.py'),
|
| ],
|
| env=pylib_test_env))
|
| - output.extend(_CheckDeletionsOnlyFiles(input_api, output_api))
|
| + # TODO(jbudorick): Reenable this check once upstreaming is finished.
|
| + # output.extend(_CheckDeletionsOnlyFiles(input_api, output_api))
|
| return output
|
|
|
|
|
|
|