Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index ea148e7358669f3343fdae31624d6d96c2e96e8c..4268c2c490c6313bd5ece071bea154ba30a19756 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -99,6 +99,10 @@ TEST_SERVER_PORT_LAST = 30000 |
TEST_SERVER_PORT_FILE = '/tmp/test_server_port' |
TEST_SERVER_PORT_LOCKFILE = '/tmp/test_server_port.lock' |
+TEST_SERVER_HOST = '127.0.0.1' |
+NET_TEST_SERVER_PATH = 'net/tools/testserver/testserver.py' |
frankf
2013/08/29 00:07:19
Group this with lines 90-91 and use the same namin
nyquist
2013/08/29 23:59:43
Done.
|
+SYNC_TEST_SERVER_PATH = 'sync/tools/testserver/sync_testserver.py' |
+ |
TEST_EXECUTABLE_DIR = '/data/local/tmp' |
# Directories for common java libraries for SDK build. |
# These constants are defined in build/android/ant/common.xml |