Index: build/android/ant/apk-package-resources.xml |
diff --git a/build/android/ant/apk-package-resources.xml b/build/android/ant/apk-package-resources.xml |
index cbce1deb95f4a96288468d8c775c8813a7665298..c29dff767fce6e591cef128e3ef5d76ae74a2a1e 100644 |
--- a/build/android/ant/apk-package-resources.xml |
+++ b/build/android/ant/apk-package-resources.xml |
@@ -39,7 +39,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> |
<property name="resource.dir" value="${RESOURCE_DIR}"/> |