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"/> |