Index: build/android/gyp/create_device_library_links.py |
diff --git a/build/android/gyp/create_device_library_links.py b/build/android/gyp/create_device_library_links.py |
index 0fcd176ad62fe7786c20f65087e9d38ceeee8dee..c7f59dd7672568ea673675798c4556ae2e7c3cef 100755 |
--- a/build/android/gyp/create_device_library_links.py |
+++ b/build/android/gyp/create_device_library_links.py |
@@ -27,7 +27,7 @@ from devil.android import apk_helper |
from pylib import constants |
def RunShellCommand(device, cmd): |
- output = device.RunShellCommand(cmd) |
+ output = device.RunShellCommand(cmd, check_return=True) |
if output: |
raise Exception( |