aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/ResourceContainerConverter.java
Commit message (Expand)AuthorAge
* Remove ResourceContainerConverterGravatar asteinb2018-08-07
* Make some Android things more serializable.Gravatar janakr2018-06-19
* Resource processing pipeline uses interface instead of ResourceContainerGravatar asteinb2018-04-16
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Rollback "Allow Merge action to take an interface as primary, not just Resour...Gravatar cparsons2018-04-02
* Allow Merge action to take an interface as primary, not just ResourceContainerGravatar asteinb2018-03-29
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Improve safety of NestedSetFingerprintCache by detecting multiple instances o...Gravatar tomlu2018-01-31
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Use intermediate compiled resource symbols for linking rather than static res...Gravatar Googler2017-10-02
* Do not flatten resource artifacts in Android rules.Gravatar tomlu2017-09-15
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Enable aapt2 support in binary actions.Gravatar corysmith2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Do not expand nested sets in resource merging action construction.Gravatar Googler2017-05-15
* Rename symbolsTxt to symbols reflecting it's actual usage.Gravatar Googler2017-01-18
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* Add a lightweight resource merge action.Gravatar Googler2016-08-30
* Lift out the ResourceContainer -> arg/artifact functionsGravatar Googler2016-07-29