<?xml version="1.0" encoding="UTF-8"?> | |
<project name="imported" basedir="."> | |
<!-- Custom Android task to deal with the project target, and import the | |
proper rules. | |
This requires ant 1.6.0 or above. --> | |
<path id="android.antlibs"> | |
<pathelement path="${sdk.dir}/tools/lib/anttasks.jar" /> | |
</path> | |
<taskdef name="setup" | |
classname="com.android.ant.SetupTask" | |
classpathref="android.antlibs" /> | |
</project> |