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

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

Issue 193163004: android: Try to fix ant_codegen_ after 255971. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698