aboutsummaryrefslogtreecommitdiffstats
path: root/files/ant
Commit message (Expand)AuthorAgeFilesLines
* Add 'asset.dir' property to build.xmlMichael Zoech2012-03-291-1/+2
* RS Ant support: split opt level per build type.Xavier Ducrohet2012-03-281-3/+8
* Use our own signing code in Ant and don't rely on Jarsigner.Xavier Ducrohet2012-03-271-5/+8
* Output for proguard config in release.Xavier Ducrohet2012-03-231-43/+45
* Merge "Enable passing of debug and optimization flags to slang in Ant builds."Xavier Ducrohet2012-03-221-1/+9
|\
| * Enable passing of debug and optimization flags to slang in Ant builds.Matt Kopec2012-02-281-1/+9
* | Ant build now sanitize jar files in setup task.Xavier Ducrohet2012-03-071-16/+12
* | Only generate the libraries R/manifest classes in the app project.Xavier Ducrohet2012-03-011-1/+1
* | Never add R/R$* classes to the library jar files.Xavier Ducrohet2012-02-281-1/+1
* | Improve "ant all clean" to clean libraries only once.Xavier Ducrohet2012-02-271-1/+2
* | Ensure R/Manifest/BuildConfig classes are not added to the library jar file.Xavier Ducrohet2012-02-271-1/+9
|/
* Fork javac on windows to prevent file locking.Xavier Ducrohet2012-02-231-1/+13
* Split ProGuard file into two halvesTor Norbye2012-02-211-1/+12
* Add post package and post build Ant hooks.Xavier Ducrohet2012-01-301-14/+18
* Add coverage filters.Keita Kita2012-01-271-2/+5
* 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