| Index: build/android/pylib/uiautomator/test_runner.py
|
| diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py
|
| index 910bbf54b25aa18a5bbbb066e30a29436cce2c9c..794c313d4324479813b0b625326c31c58a6c52bf 100644
|
| --- a/build/android/pylib/uiautomator/test_runner.py
|
| +++ b/build/android/pylib/uiautomator/test_runner.py
|
| @@ -40,7 +40,8 @@ class TestRunner(instr_test_runner.TestRunner):
|
| test_apk_path=None,
|
| test_apk_jar_path=None,
|
| test_runner=None,
|
| - test_support_apk_path=None)
|
| + test_support_apk_path=None,
|
| + device_flags=None)
|
| super(TestRunner, self).__init__(instrumentation_options, device,
|
| shard_index, test_pkg)
|
|
|
|
|