Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(983)

Unified Diff: build/android/pylib/constants.py

Issue 10896050: Android: Use external storage for test data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index 35c4111d1cd83e44df1d5bc56a0ff67259449432..fa1e1e3cec53276e96eb2ca8c93779e14c808198 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'

Powered by Google App Engine
This is Rietveld 408576698