| Index: tools/cr/cr/base/android.py
|
| diff --git a/tools/cr/cr/base/android.py b/tools/cr/cr/base/android.py
|
| index 752061358c0dfbb7c6eeccd7f9ef4f1b23546e88..027a697fe28dc0114d4ac3a9d5b704888f5003cf 100644
|
| --- a/tools/cr/cr/base/android.py
|
| +++ b/tools/cr/cr/base/android.py
|
| @@ -37,7 +37,7 @@ class AndroidPlatform(cr.Platform):
|
| '{CR_SRC}', 'build', 'android', 'test_runner.py'),
|
| CR_ADB_GDB=os.path.join('{CR_SRC}', 'build', 'android', 'adb_gdb'),
|
| CHROMIUM_OUT_DIR='{CR_OUT_BASE}',
|
| - CR_DEFAULT_TARGET='chromium_testshell',
|
| + CR_DEFAULT_TARGET='chrome_shell',
|
| )
|
|
|
| def __init__(self):
|
|
|