| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index aae03456428804261d66b9ad79ab44d172a1a2b0..5fb2cc75b31f4aa815b0e72424244da090ef7881 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -21,7 +21,6 @@ def CommonChecks(input_api, output_api):
|
| build_pys = [
|
| r'gyp/.*\.py$',
|
| r'gn/.*\.py',
|
| - r'incremental_install/.*\.py',
|
| ]
|
| output.extend(input_api.canned_checks.RunPylint(
|
| input_api,
|
| @@ -30,6 +29,7 @@ def CommonChecks(input_api, output_api):
|
| black_list=build_pys,
|
| extra_paths_list=[
|
| J(),
|
| + J('gyp'),
|
| J('buildbot'),
|
| J('..', '..', 'third_party', 'catapult', 'devil')
|
| ]))
|
|
|