| Index: build/android/gyp/lint.py
|
| diff --git a/build/android/gyp/lint.py b/build/android/gyp/lint.py
|
| index 631ceaff5374dae91b514c1e3c4c10f41a2d2b79..339d98fd6e4fe7d87c61b3fe145defb467b1dac1 100755
|
| --- a/build/android/gyp/lint.py
|
| +++ b/build/android/gyp/lint.py
|
| @@ -110,7 +110,8 @@ def _RunLint(lint_path, config_path, processed_config_path, manifest_path,
|
| 'lint', 'suppress.py')),
|
| _RelativizePath(result_path)))
|
| print >> sys.stderr, msg
|
| - return 1
|
| + # Lint errors do not fail the build.
|
| + return 0
|
|
|
| return 0
|
|
|
|
|