| Index: build/android/gyp/lint.py
|
| diff --git a/build/android/gyp/lint.py b/build/android/gyp/lint.py
|
| index bc09692a03c0833f82f7a4c981028ee05bc19e16..fb8805d82743434c2f8fdece6a2c471a77cc2e92 100755
|
| --- a/build/android/gyp/lint.py
|
| +++ b/build/android/gyp/lint.py
|
| @@ -331,7 +331,10 @@
|
| 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:
|
|
|