summaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/PreCompilerBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* distrib/android-emugl: Move Android GPU emulation sources here.Greg Hartman2018-08-231-1401/+0
* Update ia32-libs error hintTor Norbye2014-03-051-1/+1
* Fix support for rsSupportMode in Eclipse.Xavier Ducrohet2014-02-201-0/+13
* RS Support mode in ADT.Xavier Ducrohet2013-08-281-55/+141
* Add support for build-tools in ADT.Xavier Ducrohet2013-03-211-13/+23
* Update nullness annotationsTor Norbye2013-02-081-1/+3
* Fix generation of R classes for libraries to support any package name.Xavier Ducrohet2013-02-011-79/+37
* Support package conflicts between app and libs.Xavier Ducrohet2012-12-051-12/+81
* Add renderscript specific compilation target.Xavier Ducrohet2012-11-301-4/+22
* Lazy loading (and reloading) of project resources.Xavier Ducrohet2012-10-101-3/+12
* ManifestMerger: ability to inject attributes.Raphael Moll2012-09-281-1/+2
* Fix issue with generation of R classes for libraries.Xavier Ducrohet2012-09-271-14/+35
* Improve aapt error messageTor Norbye2012-09-271-1/+12
* Never generate R class for libraries inside libraries.Xavier Ducrohet2012-09-261-1/+2
* Validate user edits in XML filesTor Norbye2012-09-201-1/+1
* Generate smaller R classes for libraries.Xavier Ducrohet2012-09-181-23/+43
* ManifestMerger: fix handling of codenames in min/targetSdkVersion.Raphael Moll2012-09-141-19/+21
* Constants refactoring.Tor Norbye2012-09-131-1/+1
* Fix nullability annotationsTor Norbye2012-08-211-3/+4
* Unify all loggers in the sdk tools.Xavier Ducrohet2012-08-171-3/+8
* More refactoring.Xavier Ducrohet2012-08-131-3/+3
* Fix lint-on-save for .class file detectors in Java filesTor Norbye2012-08-011-6/+0
* Fix ADT build: update ManifestMerger constructors.Raphael Moll2012-06-071-2/+5
* Projects can now access aidl files from their libraries.Xavier Ducrohet2012-06-051-1/+9
* Ensure we grab all of a process output.Xavier Ducrohet2012-06-011-10/+15
* Use aapt output to feed proguard's keep list in ADT.Xavier Ducrohet2012-05-291-6/+24
* Manifest merge for ADT.Xavier Ducrohet2012-05-211-16/+160
* Replace current complex delta visitor by pattern based ones.Xavier Ducrohet2012-05-161-3/+0
* Run lint on save in Java files, checking .java and .class filesTor Norbye2012-05-141-0/+6
* Clear lint markers as part of a clean buildTor Norbye2012-05-091-0/+4
* Ensure that exception during build put a marker on something.Xavier Ducrohet2012-03-271-21/+60
* Minor reorder in list modificationTor Norbye2012-03-081-2/+3
* Handle the android support gridlayout library automaticallyTor Norbye2012-03-081-1/+1
* Only generate the libraries R/manifest classes in the app project.Xavier Ducrohet2012-03-011-1/+2
* Remove warning that minsdkVersion is lower than the compile target.Xavier Ducrohet2012-02-161-13/+9
* ADT: Fix "Add compatability library"Raphael2012-01-221-0/+2
* Update SDK codebase to JDK 6Tor Norbye2011-12-211-0/+8
* Update calls to IResource.setDerived.Xavier Ducrohet2011-12-051-2/+3
* Add support for BuildConfig class to ADT.Xavier Ducrohet2011-11-091-19/+67
* Fix refresh issues after a library build.Xavier Ducrohet2011-11-031-0/+15
* Fix some issues with ADT reacting to project resource change.Xavier Ducrohet2011-11-011-4/+0
* Pass -target-api to the renderscript compiler.Xavier Ducrohet2011-09-151-9/+15
* Clean up layout and menu file scanning codeTor Norbye2011-09-021-9/+41
* Always reset the must-compile-res flag when aapt is run.Xavier Ducrohet2011-09-021-12/+4
* Add ia32-libs hint on Linux when aapt fails to runTor Norbye2011-08-241-1/+21
* Rename default.prop/build.prop to project.prop/ant.propXavier Ducrohet2011-08-231-1/+1
* Precompilation only executes AAPT when necessaryJosiah Gaskin2011-08-181-20/+8
* New library project mechanism.Xavier Ducrohet2011-08-171-4/+16
* ADT Resource Repo stores IDs and Called OnceJosiah Gaskin2011-08-011-0/+3
* Fix to avoid NPE in ADT PreCompilerJosiah Gaskin2011-07-201-5/+9