Skip to content

Commit

Permalink
hooking into -build-setup instead of requiring to patch Android SDK's…
Browse files Browse the repository at this point in the history
… build.xml
  • Loading branch information
mtotschnig committed Oct 27, 2012
1 parent 193e540 commit ea8796e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
in order to avoid having your file be overridden by tools such as "android update project"
-->
<!-- version-tag: custom -->
<import file="${sdk.dir}/tools/ant/build_with_config.xml" />
<import file="${sdk.dir}/tools/ant/build.xml" />
<!-- build_with_config is the original build.xml from ADK with config added to the compile task
<target name="-compile" depends="-config, -build-setup, -pre-build, -code-gen, -pre-compile">
-->
<target name="-config">
<target name="-build-setup" depends="android_rules.-build-setup">
<tstamp/>
<echo>Configuring build date</echo>
<property name="config-target-path" value="res/raw"/>
Expand Down

0 comments on commit ea8796e

Please sign in to comment.