summaryrefslogtreecommitdiffstats
path: root/build/android/gyp/jar.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/android/gyp/jar.py')
-rwxr-xr-xbuild/android/gyp/jar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/gyp/jar.py b/build/android/gyp/jar.py
index 6d4fe12..cf731cd 100755
--- a/build/android/gyp/jar.py
+++ b/build/android/gyp/jar.py
@@ -30,7 +30,7 @@ def DoJar(options):
record_path = '%s.md5.stamp' % options.jar_path
md5_check.CallAndRecordIfStale(
- lambda: build_utils.CheckCallDie(jar_cmd, cwd=jar_cwd),
+ lambda: build_utils.CheckOutput(jar_cmd, cwd=jar_cwd),
record_path=record_path,
input_paths=class_files,
input_strings=jar_cmd)