Commit f3051d4a authored by thakis@chromium.org's avatar thakis@chromium.org

android: Try to fix ant_codegen_ after 255971.

BUG=177552
TBR=cjhopman@chromium.org

Review URL: https://codereview.chromium.org/193163004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256020 0039d316-1c4b-4281-b951-d872f2087c98
parent 3394a7c1
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment