Index: build/android/gyp/lint.py |
diff --git a/build/android/gyp/lint.py b/build/android/gyp/lint.py |
index a13a675341ad85f8c9aa783f773cdbd30802f9d0..643ca9d56f00cb9c3c082a47b0b7060dfb7dfb97 100755 |
--- a/build/android/gyp/lint.py |
+++ b/build/android/gyp/lint.py |
@@ -331,7 +331,10 @@ def main(): |
else: |
input_paths.append(resource_source) |
- input_strings = [] |
+ input_strings = [ |
+ args.can_fail_build, |
+ args.silent, |
+ ] |
if args.android_sdk_version: |
input_strings.append(args.android_sdk_version) |
if args.processed_config_path: |