mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-05 00:45:01 -05:00
21 lines
579 B
XML
21 lines
579 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="Yaaic">
|
|
<property file="local.properties" />
|
|
<property file="build.properties" />
|
|
<property file="default.properties" />
|
|
|
|
<path id="android.antlibs">
|
|
<pathelement path="${sdk.dir}/tools/lib/anttasks.jar" />
|
|
<pathelement path="${sdk.dir}/tools/lib/sdklib.jar" />
|
|
<pathelement path="${sdk.dir}/tools/lib/androidprefs.jar" />
|
|
</path>
|
|
|
|
<taskdef
|
|
name="setup"
|
|
classname="com.android.ant.SetupTask"
|
|
classpathref="android.antlibs" />
|
|
|
|
<setup />
|
|
|
|
</project>
|