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