aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks/src/com
Commit message (Expand)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-1330-5697/+0
* Fix build after FullRevision package change.Raphael Moll2013-02-151-1/+1
* Fix generation of R classes for libraries to support any package name.Xavier Ducrohet2013-02-011-75/+37
* Fix use case of app + 1 lib that have the same package in Ant.Xavier Ducrohet2012-12-201-1/+3
* Add flag to disable dex merging.Xavier Ducrohet2012-12-051-1/+6
* Support package conflicts between app and libs.Xavier Ducrohet2012-12-051-20/+128
* Add filterscript suppport.Xavier Ducrohet2012-11-293-13/+34
* TaskHelper: properly parse Pkg.Revision property.Raphael Moll2012-11-191-9/+9
* Add support for dex force jumbo.Xavier Ducrohet2012-10-161-0/+9
* Fix possible collision in pre-dexed lib filenames.Xavier Ducrohet2012-10-021-2/+30
* Fix comment from a previous review.Xavier Ducrohet2012-10-011-2/+2
* Fix Ant tasks to only generate R class when needed.Xavier Ducrohet2012-10-011-23/+30
* ManifestMerger: ability to inject attributes.Raphael Moll2012-09-281-1/+2
* Merge "Pre-dexed libraries."Xavier Ducrohet2012-09-211-7/+60
|\
| * Pre-dexed libraries.Xavier Ducrohet2012-09-211-7/+60
* | Fix new R class generation for librariesXavier Ducrohet2012-09-201-1/+2
|/
* Generate smaller R classes for libraries.Xavier Ducrohet2012-09-183-13/+95
* Merge "Fix possible NPE reading dep file."Xavier Ducrohet2012-09-181-29/+11
|\
| * Fix possible NPE reading dep file.Xavier Ducrohet2012-09-181-29/+11
* | Add nullness annotations on overridden methodsTor Norbye2012-09-171-1/+2
|/
* ManifestMerger: fix handling of codenames in min/targetSdkVersion.Raphael Moll2012-09-141-2/+24
* 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-152-7/+160
* 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-231-0/+86
* 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-157-127/+257
* Fix emma for split projects.Xavier Ducrohet2012-06-145-11/+124
* 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
|/
* 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-231-1/+1
* Manifest merger in Ant build.Xavier Ducrohet2012-04-203-4/+162
* 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
* 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