Index: build/android/gyp/write_ordered_libraries.py |
diff --git a/build/android/gyp/write_ordered_libraries.py b/build/android/gyp/write_ordered_libraries.py |
index 11f12e06e1055aae2726dbb3fcd32f4e97644265..23becb01e0403e4c8f7ab24a7af5485e785955be 100755 |
--- a/build/android/gyp/write_ordered_libraries.py |
+++ b/build/android/gyp/write_ordered_libraries.py |
@@ -47,7 +47,7 @@ def CallReadElf(library_or_executable): |
readelf_cmd = [_options.readelf, |
'-d', |
library_or_executable] |
- return build_utils.CheckCallDie(readelf_cmd, suppress_output=True) |
+ return build_utils.CheckOutput(readelf_cmd) |
def GetDependencies(library_or_executable): |