Home | History | Annotate | Download | only in ant

Lines Matching full:targets

6         all the targets and tasks necessary to build Android projects, be they
17 - base build targets,
18 - debug-specific build targets,
19 - release-specific build targets,
20 - instrument-specific build targets,
21 - test project-specific build targets,
22 - install targets,
135 <!-- ******************** Build Targets ******************** -->
149 description="Removes output files created by other targets.">
247 <echo>Android Ant Build. Available targets:</echo>
249 <echo> clean: Removes output files created by other targets.</echo>
255 <echo>It is possible to mix targets. For instance:</echo>