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

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

Issue 10905138: Add test jar generation logic for ant builds. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix indent in base.gyp. Created 8 years, 3 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 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'

Powered by Google App Engine
This is Rietveld 408576698