aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/RClassGeneratorActionBuilder.java
Commit message (Expand)AuthorAge
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Automated rollback of commit 10b0d8aa6b73a024cc007c5e075cb329add878ef.Gravatar lberki2017-11-14
* Ban middlemen from runfiles artifacts.Gravatar Benjamin Peterson2017-11-10
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.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 more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Automated rollback of commit f7f1a8f756f33f86b1bdc5023d5052117b62523e.Gravatar laszlocsomor2017-08-09
* Windows, AndroidBusyBox: always use params filesGravatar laszlocsomor2017-08-09
* Android BusyBox: deprecate --libraries flagGravatar laszlocsomor2017-08-04
* Automated rollback of commit 0abf5fa2d64c76def5a8fa0f960b73ce0566af4d.Gravatar laszlocsomor2017-08-03
* Android BusyBox: actions use the default shell envGravatar Laszlo Csomor2017-08-03
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* Android tests: prepare tests for parameter filesGravatar laszlocsomor2017-07-06
* Enable aapt2 support in binary actions.Gravatar corysmith2017-07-03
* Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae.Gravatar Googler2017-02-09
* Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2.Gravatar Alex Humesky2017-02-08
* Move all the resource processing tools into a "busybox".Gravatar Googler2017-02-08
* Add parameter files to the android resource processing.Gravatar Googler2017-01-26
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* Plumb customPackage to RClassGenerator and skip empty R classesGravatar Googler2016-07-20
* More pieces of RClassGeneratorActionGravatar Googler2016-07-08