Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index bcda0e26d8d228ef51185270e9045350b85dbca9..88210ecd51956bc3824a841c2765fad2488a95ff 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -38,3 +38,7 @@ TEST_SERVER_PORT_LOCKFILE = '/tmp/test_server_port.lock' |
TEST_DATA_DIR = '/sdcard' |
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' |