| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index 93e4502ea8cf0210294fe15293b20442a05e88c1..bcda0e26d8d228ef51185270e9045350b85dbca9 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -36,6 +36,5 @@ TEST_SERVER_PORT_LAST = 30000
|
| TEST_SERVER_PORT_FILE = '/tmp/test_server_port'
|
| TEST_SERVER_PORT_LOCKFILE = '/tmp/test_server_port.lock'
|
|
|
| -# TODO(nileshagrawal): Move test data location to /sdcard
|
| -TEST_DATA_DIR = '/data/local/tmp'
|
| +TEST_DATA_DIR = '/sdcard'
|
| TEST_EXECUTABLE_DIR = '/data/local/tmp'
|
|
|