Add if task def
This commit is contained in:
parent
b0a4b00eb0
commit
9c3ed99de2
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ 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"
|
||||||
|
classname="com.android.ant.IfElseTask"
|
||||||
|
classpathref="android.antlibs" />
|
||||||
<if>
|
<if>
|
||||||
<condition>
|
<condition>
|
||||||
<isset property="test.version"/>
|
<isset property="test.version"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue