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

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

Issue 14436005: [Android] Set build.is.packaging.debug correctly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/android/ant/apk-package-resources.xml » ('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 b70b6c3a64c2ee98c10e1edb63595057e54109a2..61524f9157b730338459f837990018f5d88dc019 100644
--- a/build/android/ant/apk-package.xml
+++ b/build/android/ant/apk-package.xml
@@ -34,7 +34,7 @@
<equals arg1="${CONFIGURATION_NAME}" arg2="Release" />
</condition>
<condition property="build.is.packaging.debug" value="true" else="false">
- <equals arg1="build.target" arg2="debug" />
+ <equals arg1="${build.target}" arg2="debug" />
</condition>
<!-- Disables automatic signing. -->
« no previous file with comments | « no previous file | build/android/ant/apk-package-resources.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698