diff --git a/android/gyp/lint.py b/android/gyp/lint.py index 631ceaff5..339d98fd6 100755 --- a/android/gyp/lint.py +++ b/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 diff --git a/android/lint/suppressions.xml b/android/lint/suppressions.xml index e030e5033..faf49f0dd 100644 --- a/android/lint/suppressions.xml +++ b/android/lint/suppressions.xml @@ -75,6 +75,7 @@ Still reading? + @@ -109,19 +110,13 @@ Still reading? + - - - - - - - - +