aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks/src/com
Commit message (Expand)AuthorAgeFilesLines
* Add support for BuildConfig class to ADT.Xavier Ducrohet2011-11-091-4/+12
* Merge "Code cleanup: make sure FileInputStreams are closed."Raphael2011-10-181-1/+14
|\
| * Code cleanup: make sure FileInputStreams are closed.Raphael2011-10-131-1/+14
* | Fix NPE when building project with no code.Xavier Ducrohet2011-10-143-2/+7
* | Improve indirect library dependency support.Xavier Ducrohet2011-10-142-6/+17
* | Add BuildConfig to ant SDK project.Xavier Ducrohet2011-10-147-30/+248
|/
* Improved RenderScript support in SDK build.Xavier Ducrohet2011-10-107-232/+338
* Ant build didn't use -non-constant-id for libraries!Xavier Ducrohet2011-10-061-0/+9
* Also process and cache the png files in libraries.Xavier Ducrohet2011-09-281-1/+4
* Fix dependency support for aild.Xavier Ducrohet2011-09-231-0/+5
* Make the zip align ant step check timestamp on intput/output.Xavier Ducrohet2011-09-231-0/+113
* Add dependency support for ApkBuilder ant step.Xavier Ducrohet2011-09-236-157/+309
* Make sure renderscript's -target-api receives 11+Xavier Ducrohet2011-09-191-4/+14
* Improve error message if manifest has wrong minSdkVersion.Xavier Ducrohet2011-09-161-2/+2
* Pass -target-api to the renderscript compiler.Xavier Ducrohet2011-09-152-9/+45
* Make the dependency graph use extension restrictions per folder.Xavier Ducrohet2011-09-015-52/+94
* Add proper dependency support in the dex step of the Ant-based build.Xavier Ducrohet2011-09-015-114/+440
* Add support for proper dependency detection in the aidl ant compilation step.Xavier Ducrohet2011-09-015-47/+193
* Rename default.prop/build.prop to project.prop/ant.propXavier Ducrohet2011-08-232-7/+7
* Prevent running debug and release targets at the same time.Xavier Ducrohet2011-08-231-1/+0
* Added extension specification to dependency checkJosiah Gaskin2011-08-182-7/+47
* Change filename for dependency filesJosiah Gaskin2011-08-181-4/+3
* Remove obsolete code.Xavier Ducrohet2011-08-171-385/+0
* New library project mechanism.Xavier Ducrohet2011-08-177-660/+720
* Expose version.name property for aapt task.Tero Saarni2011-08-151-0/+14
* Add support for aapt CrunchCache in ADT and AntJosiah Gaskin2011-07-211-0/+14
* Add support to Ant for packaging dependency checksJosiah Gaskin2011-07-181-22/+46
* Add support to Ant for dependency checkingJosiah Gaskin2011-07-183-5/+355
* Adding support to ADT and ant for smart R.java genJosiah Gaskin2011-07-181-22/+12
* Move the sdk io classes to common.jarXavier Ducrohet2011-02-241-2/+2
* Add Renderscript support to the ADT builders.Xavier Ducrohet2011-01-312-8/+18
* Add renderscript support to the Ant build system.Xavier Ducrohet2011-01-185-4/+168
* Add Ant version check in setup task.Xavier Ducrohet2010-12-081-0/+42
* Fix external jar support when building with proguard.Xavier Ducrohet2010-10-251-20/+21
* Merge "Project property cleanup."Xavier Ducrohet2010-10-151-12/+1
|\
| * Project property cleanup.Xavier Ducrohet2010-10-151-12/+1
* | Check for platform-tools presence.Xavier Ducrohet2010-10-131-0/+11
|/
* In some cases release build is actually a debug build.Xavier Ducrohet2010-09-291-5/+25
* Use proguard for release builds through Ant.Xavier Ducrohet2010-09-245-41/+116
* Display error for missing required attributes in ant tasksXavier Ducrohet2010-09-121-0/+8
* Support for debug build in Ant.Xavier Ducrohet2010-09-024-238/+66
* Ant: ensure SDK path ends with dir separator.Raphael Moll2010-08-102-19/+28
* Ant support for library depending on other libraries.Xavier Ducrohet2010-06-291-26/+138
* Support for aidl files in library project in the Ant build system.Xavier Ducrohet2010-06-283-2/+135
* Move the exceptions out of ApkBuilder.Xavier Ducrohet2010-06-221-3/+3
* New ApkBuilder class.Xavier Ducrohet2010-06-221-102/+95
* Move Apkbuilder into sdklib.Xavier Ducrohet2010-06-161-3/+3
* Refactoring of ApkBuilder to prepare for its integration into sdklib.Xavier Ducrohet2010-06-151-11/+11
* ADT: Multi-apk export action.Xavier Ducrohet2010-06-151-2/+1
* Export project creation.Xavier Ducrohet2010-06-081-10/+11