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

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

Issue 13564003: Use java_apk.gypi for gtest apks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 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/apk_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/apk-package.xml
diff --git a/build/android/ant/apk-package.xml b/build/android/ant/apk-package.xml
index c01f0a282712fd1a6e009b9648b3ed8e1377e418..51ceb0273c7e7f4734f25fa5cdb86b41b8f79197 100644
--- a/build/android/ant/apk-package.xml
+++ b/build/android/ant/apk-package.xml
@@ -46,9 +46,7 @@
<equals arg1="build.target" arg2="debug" />
</condition>
-
- <!-- Set the output directory for the final apk to the ${apks.dir}. -->
- <property name="out.final.file" location="${APKS_DIR}/${APK_NAME}.apk" />
+ <property name="out.final.file" location="${FINAL_APK_PATH}" />
<!-- Disables automatic signing. -->
<property name="build.is.signing.debug" value="false"/>
« no previous file with comments | « no previous file | build/apk_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698