aboutsummaryrefslogtreecommitdiffstats
path: root/files/ant
Commit message (Expand)AuthorAgeFilesLines
* Misc Ant build fixesXavier Ducrohet2011-11-231-3/+13
* Add nodeps support to install/uninstall.Xavier Ducrohet2011-10-211-6/+18
* Fix ant test, ant installt and ant uninstall (for test projects)Xavier Ducrohet2011-10-211-16/+30
* Fix "ant test".Xavier Ducrohet2011-10-201-1/+1
* Rename the modifier target only to nodeps.Xavier Ducrohet2011-10-141-6/+6
* Fix NPE when building project with no code.Xavier Ducrohet2011-10-141-1/+1
* Improve indirect library dependency support.Xavier Ducrohet2011-10-141-5/+20
* Add BuildConfig to ant SDK project.Xavier Ducrohet2011-10-141-29/+84
* Improved RenderScript support in SDK build.Xavier Ducrohet2011-10-101-1/+2
* Ant build didn't use -non-constant-id for libraries!Xavier Ducrohet2011-10-061-0/+1
* Also process and cache the png files in libraries.Xavier Ducrohet2011-09-281-11/+8
* Make the zip align ant step check timestamp on intput/output.Xavier Ducrohet2011-09-231-13/+9
* Add dependency support for ApkBuilder ant step.Xavier Ducrohet2011-09-231-12/+19
* Pass -target-api to the renderscript compiler.Xavier Ducrohet2011-09-151-6/+7
* Make the dependency graph use extension restrictions per folder.Xavier Ducrohet2011-09-011-2/+1
* Add proper dependency support in the dex step of the Ant-based build.Xavier Ducrohet2011-09-011-18/+14
* Add support for proper dependency detection in the aidl ant compilation step.Xavier Ducrohet2011-09-011-4/+7
* Prevent running debug and release targets at the same time.Xavier Ducrohet2011-08-231-12/+26
* Renable test coverage from Ant.Xavier Ducrohet2011-08-221-31/+44
* Don't regenerate R.java if a non xml resource is modified.Xavier Ducrohet2011-08-181-1/+2
* Rename main_rules.xml to build.xmlXavier Ducrohet2011-08-171-0/+0
* New library project mechanism.Xavier Ducrohet2011-08-174-679/+810
* Expose version.name property for aapt task.Tero Saarni2011-08-151-0/+2
* Add support for aapt CrunchCache in ADT and AntJosiah Gaskin2011-07-211-2/+21
* Properly support spaces in ant project directories.Raphael Moll2011-07-111-1/+2
* Fix space-in-dir issue with Proguard for the ant case.Raphael Moll2011-05-121-12/+26
* Ant tasks and dependency clean up.Xavier Ducrohet2011-02-081-0/+14
* Add renderscript support to the Ant build system.Xavier Ducrohet2011-01-181-2/+25
* Fix ant rulesXavier Ducrohet2010-12-062-2/+9
* Fix adb location in ant rules.Xavier Ducrohet2010-10-272-6/+2
* Fix external jar support when building with proguard.Xavier Ducrohet2010-10-251-3/+23
* In some cases release build is actually a debug build.Xavier Ducrohet2010-09-291-12/+36
* Ant doc on how to replace proguard.Xavier Ducrohet2010-09-271-0/+17
* Make it easier to use a different obfuscator.Xavier Ducrohet2010-09-241-37/+34
* Use proguard for release builds through Ant.Xavier Ducrohet2010-09-241-16/+84
* Make javac ant options configurable.Xavier Ducrohet2010-09-241-1/+8
* Fix test ant rules.Xavier Ducrohet2010-09-101-1/+1
* Support for debug build in Ant.Xavier Ducrohet2010-09-028-1273/+22
* Add Ant property when in release mode.Xavier Ducrohet2010-08-271-1/+5
* Improve capability of the post-compile target.Xavier Ducrohet2010-08-231-1/+2
* Ant support for library depending on other libraries.Xavier Ducrohet2010-06-291-2/+10
* Support for aidl files in library project in the Ant build system.Xavier Ducrohet2010-06-282-18/+54
* Add support for adb.device.arg to the test Ant rules.Xavier Ducrohet2010-05-281-0/+2
* Override local keystore/alias info when using export project to export.Xavier Ducrohet2010-05-071-0/+1
* Add support for code-less project.Xavier Ducrohet2010-05-061-50/+90
* Move all Ant rules under sdk/files/antXavier Ducrohet2010-05-058-0/+2029