aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks/src/com/android/ant/CheckEnvTask.java
Commit message (Collapse)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-131-105/+0
| | | | Change-Id: Iba15f82cb00d19217382c78d8ff37dda1e97ea59
* More refactoring.Xavier Ducrohet2012-08-131-1/+1
| | | | | | | Move stuff out of sdklib into common and ide_common. Remove androidprefs and move the one class into common. Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
* Fix parsing SDK Tools in ant tasks.Xavier Ducrohet2012-07-091-4/+4
| | | | Change-Id: Id1db4d2fc318b9318fcd0b7cb204f7ffe0d8429e
* Fix "ant test" + misc clean up / reorganization of build.xmlXavier Ducrohet2012-04-161-0/+105
- Split NewSetupTask in several tasks to make things more flexible. Particularly this allows more targets to get access to the project type (app, lib, test, ...) as it's not so computive intensive. - Fix test project to give them access to the full tested project's classpath. - Fix support for projects that test themselves. - Make sure library projects are instrumented when using the emma target. Change-Id: Ia0c9564eacee2521e7cbd5154b8a85ea287ad4fd