| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index d41cc7574a008a546551c86da513dd07463917bd..15a160234a41d1dc1277b37226fc8d4d00891fa3 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -1264,7 +1264,8 @@ def _CheckJavaStyle(input_api, output_api):
|
| sys.path = original_sys_path
|
|
|
| return checkstyle.RunCheckstyle(
|
| - input_api, output_api, 'tools/android/checkstyle/chromium-style-5.0.xml')
|
| + input_api, output_api, 'tools/android/checkstyle/chromium-style-5.0.xml',
|
| + black_list=_EXCLUDED_PATHS)
|
|
|
|
|
| def _CheckForCopyrightedCode(input_api, output_api):
|
|
|