| Index: build/android/gyp/proguard.py
|
| diff --git a/build/android/gyp/proguard.py b/build/android/gyp/proguard.py
|
| index 4bbb5d50f442598d06046769a14b6030c727cf4f..d019350a33ce56bd05c4d051f2757a99630e7c6f 100755
|
| --- a/build/android/gyp/proguard.py
|
| +++ b/build/android/gyp/proguard.py
|
| @@ -61,11 +61,12 @@ def main(args):
|
|
|
| classpath = list(set(options.classpath))
|
| proguard.libraryjars(classpath)
|
| + proguard.verbose(options.verbose)
|
|
|
| input_paths = proguard.GetInputs()
|
|
|
| build_utils.CallAndWriteDepfileIfStale(
|
| - lambda: proguard.CheckOutput(options.verbose),
|
| + proguard.CheckOutput,
|
| options,
|
| input_paths=input_paths,
|
| input_strings=proguard.build(),
|
|
|