| Index: build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| diff --git a/build/android/pylib/instrumentation/instrumentation_test_instance.py b/build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| index d8f0995269327ff03c4407424f3b5c37fb86d0a1..67b52e5949b4233cb4a0c9b1c0cc4e0f8eff65bf 100644
|
| --- a/build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| +++ b/build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| @@ -653,13 +653,6 @@ class InstrumentationTestInstance(test_instance.TestInstance):
|
| if args.regenerate_goldens:
|
| self._flags.append('--regenerate-goldens')
|
|
|
| - if args.test_arguments:
|
| - # --test-arguments is deprecated for gtests and is in the process of
|
| - # being removed.
|
| - raise Exception(
|
| - '--test-arguments is not supported for instrumentation '
|
| - 'tests. Pass command-line flags directly instead.')
|
| -
|
| def _initializeDriverAttributes(self):
|
| self._driver_apk = os.path.join(
|
| constants.GetOutDirectory(), constants.SDK_BUILD_APKS_DIR,
|
|
|