aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks
Commit message (Expand)AuthorAgeFilesLines
* 36987: TaskHelper can't parse the tools revision number "21 rc3"Tor Norbye2012-09-041-0/+5
* Fix nullability annotationsTor Norbye2012-08-212-6/+8
* Unify all loggers in the sdk tools.Xavier Ducrohet2012-08-173-8/+19
* Add Ant support for UI automation test.Xavier Ducrohet2012-08-153-7/+161
* More refactoring.Xavier Ducrohet2012-08-138-13/+13
* Allow lint cli --sources to specify a path, and use from ant lintTor Norbye2012-08-061-0/+22
* Add lint target for antTor Norbye2012-07-232-0/+87
* Fix renderscript compilation from Ant.Xavier Ducrohet2012-07-101-2/+7
* Fix parsing SDK Tools in ant tasks.Xavier Ducrohet2012-07-092-7/+10
* Fix Ant task for 1.8.3 which seems more strict than 1.8.2Xavier Ducrohet2012-06-221-8/+8
* Fix minor errors when used with Eclipse4.Siva Velusamy2012-06-221-14/+17
* Add lib source folders to the emma report.Xavier Ducrohet2012-06-151-1/+1
* Fix issue where libraries were not getting instrumented.Xavier Ducrohet2012-06-158-147/+277
* Fix emma for split projects.Xavier Ducrohet2012-06-146-11/+125
* Fix to improved aidl supportXavier Ducrohet2012-06-072-23/+33
* Merge "Manifest Merger: rework interface to collect errors."Raphael Moll2012-06-071-1/+2
|\
| * Manifest Merger: rework interface to collect errors.Raphael Moll2012-06-071-1/+2
* | Projects can now access aidl files from their libraries.Xavier Ducrohet2012-06-053-24/+92
|/
* Fix warningsTor Norbye2012-06-011-0/+5
* Use aapt output to feed proguard's keep list.Xavier Ducrohet2012-05-291-20/+18
* SDK/ant: pass --ignore-assets flag to AAPT.Raphael Moll2012-05-171-0/+11
* Fix Ant build.Xavier Ducrohet2012-04-231-1/+1
* Revert the disable flag of the manifest merger to be enable instead.Xavier Ducrohet2012-04-231-7/+7
* Minor fixes in Ant.Xavier Ducrohet2012-04-232-1/+20
* Manifest merger in Ant build.Xavier Ducrohet2012-04-206-5/+165
* Properly exclude some classes in code coverage.Xavier Ducrohet2012-04-161-0/+95
* Fix "ant test" + misc clean up / reorganization of build.xmlXavier Ducrohet2012-04-1611-829/+1261
* SDK: Fix 2 toLowerCase using default locale.Raphael Moll2012-04-112-2/+4
* SDK: anttask refers to old prebuilt location for ant.jarRaphael Moll2012-04-041-1/+1
* RS Ant support: split opt level per build type.Xavier Ducrohet2012-03-282-6/+9
* Use our own signing code in Ant and don't rely on Jarsigner.Xavier Ducrohet2012-03-273-33/+229
* Fix issue when running Ant from outside of the project's folder.Xavier Ducrohet2012-03-231-1/+1
* Merge "Enable passing of debug and optimization flags to slang in Ant builds."Xavier Ducrohet2012-03-221-2/+23
|\
| * Enable passing of debug and optimization flags to slang in Ant builds.Matt Kopec2012-02-281-2/+23
* | am 99f28497: Merge "Close the dependency file after reading it."Tor Norbye2012-03-081-6/+10
|\ \
| * \ Merge "Close the dependency file after reading it."Tor Norbye2012-03-081-6/+10
| |\ \
| | * | Close the dependency file after reading it.Kaloian Doganov2012-03-081-6/+10
* | | | Ant build now sanitize jar files in setup task.Xavier Ducrohet2012-03-073-58/+102
|/ / /
* | | Automatically add dependencies to Eclipse project.Xavier Ducrohet2012-03-021-0/+4
* | | Only generate the libraries R/manifest classes in the app project.Xavier Ducrohet2012-03-011-4/+5
|/ /
* | Ensure R/Manifest/BuildConfig classes are not added to the library jar file.Xavier Ducrohet2012-02-271-0/+48
|/
* Fix issue when a project and its libraries use the same jar files.Xavier Ducrohet2012-02-241-1/+42
* Merge "Add --rename-manifest-package option to aapt Ant task."Jean-Baptiste Queru2012-02-231-0/+22
|\
| * Add --rename-manifest-package option to aapt Ant task.Christopher Orr2012-02-141-0/+22
* | 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-142-5/+7
* | Make some SDK project compile under Java 1.6Xavier Ducrohet2012-02-028-1/+111
* | Merge changes Ifb914125,I32b31a30Xavier Ducrohet2012-01-302-4/+16
|\ \
| * | Fix issue where updated Java files don't trigger a new apk in ant.Xavier Ducrohet2012-01-271-1/+1
| * | Automatically add annotations.jar on the classpath for API<=15Xavier Ducrohet2012-01-271-3/+15
| |/