| Index: build/android/pylib/constants.py
 | 
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
 | 
| index 0121fd6b45a8d53f6487b2b3fe837ddb7b562d2d..876b592b96ca4f33cd0effb64377b4272037a3c1 100644
 | 
| --- a/build/android/pylib/constants.py
 | 
| +++ b/build/android/pylib/constants.py
 | 
| @@ -37,3 +37,7 @@ TEST_SERVER_PORT_FILE = '/tmp/test_server_port'
 | 
|  TEST_SERVER_PORT_LOCKFILE = '/tmp/test_server_port.lock'
 | 
|  
 | 
|  TEST_EXECUTABLE_DIR = '/data/local/tmp'
 | 
| +# Directories for common java libraries for SDK build.
 | 
| +# These constants are defined in build/android/ant/common.xml
 | 
| +SDK_BUILD_TEST_JAVALIB_DIR = 'test.lib.java'
 | 
| +SDK_BUILD_APKS_DIR = 'apks'
 | 
| 
 |