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

Unified Diff: build/android/ant/create-test-jar.js

Issue 12963009: Split apk-build.xml into 3 steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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
« no previous file with comments | « build/android/ant/chromium-apk.xml ('k') | build/android/empty_proguard.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/create-test-jar.js
diff --git a/build/android/ant/create-test-jar.js b/build/android/ant/create-test-jar.js
index d9014a39cc528a62c8c28cede3fbcd5174b7c5ed..855b47e2059034afa2581f2c11bdae66d73c85e9 100644
--- a/build/android/ant/create-test-jar.js
+++ b/build/android/ant/create-test-jar.js
@@ -25,8 +25,7 @@ var duplicate = Zip.Duplicate();
duplicate.setValue("preserve");
jarTask.setDuplicate(duplicate);
-var destFile = project.getProperty("ant.project.name") + ".jar";
-var destPath = File(project.getProperty("test.lib.java.dir") + "/" + destFile);
+var destPath = File(project.getProperty("TEST_JAR_PATH"));
jarTask.setDestFile(destPath);
// Include all the jars in the classpath.
« no previous file with comments | « build/android/ant/chromium-apk.xml ('k') | build/android/empty_proguard.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698