build.xml
changeset 164 ff0f63e92986
parent 158 8189aa05293e
child 359 dff3e3f715d9
equal deleted inserted replaced
163:52e96a8a743d 164:ff0f63e92986
    44         <pathelement path="${sdk-location}/tools/lib/jarutils.jar" />
    44         <pathelement path="${sdk-location}/tools/lib/jarutils.jar" />
    45     </path>
    45     </path>
    46 
    46 
    47     <taskdef name="setup"
    47     <taskdef name="setup"
    48         classname="com.android.ant.SetupTask"
    48         classname="com.android.ant.SetupTask"
    49         classpathref="android.antlibs"/>
    49 	classpathref="android.antlibs"/>
    50 
    50 
    51     <!-- Execute the Android Setup task that will setup some properties specific to the target,
    51     <!-- Execute the Android Setup task that will setup some properties specific to the target,
    52          and import the rules files.
    52          and import the rules files.
    53          To customize the rules, copy/paste them below the task, and disable import by setting
    53          To customize the rules, copy/paste them below the task, and disable import by setting
    54          the import attribute to false:
    54          the import attribute to false: