aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks/src/com/android/ant/NewSetupTask.java
Commit message (Expand)AuthorAgeFilesLines
* Fix "ant test" + misc clean up / reorganization of build.xmlXavier Ducrohet2012-04-161-764/+0
* SDK: Fix 2 toLowerCase using default locale.Raphael Moll2012-04-111-1/+2
* Fix issue when running Ant from outside of the project's folder.Xavier Ducrohet2012-03-231-1/+1
* Ant build now sanitize jar files in setup task.Xavier Ducrohet2012-03-071-13/+90
* Remove warning that minsdkVersion is lower than the compile target.Xavier Ducrohet2012-02-161-6/+1
* Fix ant issue where annotations.jar causes problems.Xavier Ducrohet2012-02-141-1/+3
* Make some SDK project compile under Java 1.6Xavier Ducrohet2012-02-021-0/+6
* Automatically add annotations.jar on the classpath for API<=15Xavier Ducrohet2012-01-271-3/+15
* Improve indirect library dependency support.Xavier Ducrohet2011-10-141-5/+16
* Also process and cache the png files in libraries.Xavier Ducrohet2011-09-281-1/+4
* Improve error message if manifest has wrong minSdkVersion.Xavier Ducrohet2011-09-161-2/+2
* Pass -target-api to the renderscript compiler.Xavier Ducrohet2011-09-151-0/+20
* Rename default.prop/build.prop to project.prop/ant.propXavier Ducrohet2011-08-231-6/+6
* Prevent running debug and release targets at the same time.Xavier Ducrohet2011-08-231-1/+0
* New library project mechanism.Xavier Ducrohet2011-08-171-0/+638