| Index: build/android/gyp/proguard.py
|
| diff --git a/build/android/gyp/proguard.py b/build/android/gyp/proguard.py
|
| index 6268caff18274077cbde490a02dd1cff9fd447c0..41d4a6948f7e77e73c97294ff98f2655bc0eaaa2 100755
|
| --- a/build/android/gyp/proguard.py
|
| +++ b/build/android/gyp/proguard.py
|
| @@ -26,7 +26,8 @@ def DoProguard(options):
|
| '-outjars', outjars,
|
| '-libraryjars', libraryjars,
|
| '@' + options.proguard_config]
|
| - build_utils.CheckCallDie(proguard_cmd)
|
| + build_utils.CheckOutput(proguard_cmd, print_stdout=True)
|
| +
|
|
|
| def main(argv):
|
| parser = optparse.OptionParser()
|
|
|