| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index 922b8999ee4f4665d01cae88e16b1df52ca0aa65..0fb133cc5ddb82d7de0cdab3285c8144087907b4 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -793,8 +793,7 @@ def _GetAttachedDevices(blacklist_file, test_device, enable_cache, num_retries):
|
| return sorted(attached_devices)
|
|
|
|
|
| -# TODO(rnephew): Add perf when ready to switch to platform mode as default.
|
| -_DEFAULT_PLATFORM_MODE_TESTS = ['gtest', 'instrumentation']
|
| +_DEFAULT_PLATFORM_MODE_TESTS = ['gtest', 'instrumentation', 'perf']
|
|
|
|
|
| def RunTestsCommand(args): # pylint: disable=too-many-return-statements
|
|
|