Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 9ef3cd295a2eb9099dd1fc83bfcb26c42a9f426e..faccac9d0d49bae8b0e0868c849b61925f594d44 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -190,6 +190,9 @@ def AddDeviceOptions(parser): |
help='Cache device state to disk between runs') |
group.add_argument('--incremental-install', action='store_true', |
help='Use an _incremental apk.') |
+ group.add_argument('--enable-concurrent-adb', action='store_true', |
+ help='Run multiple adb commands at the same time, even ' |
+ 'for the same device.') |
def AddGTestOptions(parser): |