aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing notice files.Xavier Ducrohet2011-03-153-31/+206
* Move the sdk io classes to common.jarXavier Ducrohet2011-02-243-3/+4
* Ant tasks and dependency clean up.Xavier Ducrohet2011-02-082-0/+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-163-5/+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
* Rework the multi-apk log file(s).Xavier Ducrohet2010-06-041-163/+193
* Add support for locale filters in multi-apk export.Xavier Ducrohet2010-06-021-1/+2
* Add support for soft properties in multi-apk export.Xavier Ducrohet2010-06-011-99/+157
* Implement mechanics for supports-screens in the multi-apk export.Xavier Ducrohet2010-06-011-1/+1
* New log format for multi-apk export.Xavier Ducrohet2010-05-281-16/+2
* Add Manifest checks for multi-apk export.Xavier Ducrohet2010-05-271-1/+4
* Refactored most of the multi-apk export out of the ant task into sdklib.Xavier Ducrohet2010-05-271-480/+145
* Move ApkData into sdklib.Xavier Ducrohet2010-05-261-190/+26
* Fix missing @override.Raphael Moll2010-05-181-7/+13
* Refactored the Android Manifest into sdklib.Xavier Ducrohet2010-05-121-1/+7
* Add multi-apk export log.Xavier Ducrohet2010-05-111-43/+325