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

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: 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 | « no previous file | build/apk_test.gypi » ('j') | build/apk_test.gypi » ('J')
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 ca5187874c385846b36544a933d396cb7b2fc1f2..38a7497eed2b933e62947415104f9bf294e6f64a 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') | build/apk_test.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698