Index: build/android/ant/apk-codegen.xml |
diff --git a/build/android/ant/apk-codegen.xml b/build/android/ant/apk-codegen.xml |
index 0ead68cd15d753331a263dfaab0e42347bcd8300..78b8f686c1528adedfaae3351ca45c2a99384235 100644 |
--- a/build/android/ant/apk-codegen.xml |
+++ b/build/android/ant/apk-codegen.xml |
@@ -21,7 +21,6 @@ |
<property name="out.dir" location="${OUT_DIR}" /> |
<property name="out.absolute.dir" location="${out.dir}" /> |
<property name="out.res.absolute.dir" location="${out.dir}/res" /> |
- <property name="out.manifest.abs.file" location="${out.dir}/AndroidManifest.xml" /> |
<property name="gen.absolute.dir" value="${out.dir}/gen"/> |
<!-- tools location --> |
@@ -80,7 +79,7 @@ |
<aapt executable="${aapt}" |
command="package" |
verbose="${verbose}" |
- manifest="${out.manifest.abs.file}" |
+ manifest="${manifest.abs.file}" |
androidjar="${project.target.android.jar}" |
rfolder="${gen.absolute.dir}" |
nonConstantId="false" |