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

Unified Diff: build/android/ant/chromium-apk.xml

Issue 11221003: Remove -debug suffix in apk names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | build/android/ant/create-test-jar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/chromium-apk.xml
diff --git a/build/android/ant/chromium-apk.xml b/build/android/ant/chromium-apk.xml
index 45c0d3df06455567ca2f7a8193e075a63b591c11..6ff1ebc0381c3a0c90c4d44503fdec6e7228e94f 100644
--- a/build/android/ant/chromium-apk.xml
+++ b/build/android/ant/chromium-apk.xml
@@ -58,7 +58,7 @@
<!-- Set the output directory for the final apk to the ${apks.dir}. -->
<property-location name="out.final.file"
- location="${apks.dir}/${ant.project.name}-debug.apk"
+ location="${apks.dir}/${ant.project.name}.apk"
check-exists="false"/>
<!-- Classpath for javac -->
« no previous file with comments | « no previous file | build/android/ant/create-test-jar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698