Ant is completely uneuseful without third-party libraries
This commit is contained in:
parent
9c3ed99de2
commit
fae4e066e9
1 changed files with 2 additions and 4 deletions
|
@ -75,9 +75,8 @@ Some custom apk with specific configuration have been
|
||||||
declared in default.properties.
|
declared in default.properties.
|
||||||
-->
|
-->
|
||||||
<!-- Replaces the target in tools\ant\build.xml -->
|
<!-- Replaces the target in tools\ant\build.xml -->
|
||||||
<taskdef name="if"
|
<import file="${sdk.dir}/tools/ant/build.xml" />
|
||||||
classname="com.android.ant.IfElseTask"
|
|
||||||
classpathref="android.antlibs" />
|
|
||||||
<if>
|
<if>
|
||||||
<condition>
|
<condition>
|
||||||
<isset property="test.version"/>
|
<isset property="test.version"/>
|
||||||
|
@ -127,7 +126,6 @@ classpathref="android.antlibs" />
|
||||||
in order to avoid having your file be overridden by tools such as "android update project"
|
in order to avoid having your file be overridden by tools such as "android update project"
|
||||||
-->
|
-->
|
||||||
<!-- version-tag: 1 -->
|
<!-- version-tag: 1 -->
|
||||||
<import file="${sdk.dir}/tools/ant/build.xml" />
|
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue