aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidResourceValidatorActionBuilder.java
Commit message (Expand)AuthorAge
* Remove CompiledMergeableAndroidDataGravatar asteinb2018-08-08
* Remove ResourceContainerGravatar asteinb2018-08-08
* Automated rollback of commit 372fbc2f016157b0331f83a20edad10d4b4cf9f7.Gravatar asteinb2018-05-25
* Automated rollback of commit 9d5c323a6e66842cfeb98462cf949dee58710fb8.Gravatar plf2018-05-25
* Move resource busybox actions to BusyBoxActionBuilder and AndroidDataContextGravatar asteinb2018-05-23
* Allow validation action to run just against resourcesGravatar asteinb2018-04-13
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Step 1 of removing android_sdk.annotations_jar.Gravatar ajmichael2018-01-25
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Migrate ResourceProcessorBusyBox Android actions to using SHELL_QUOTED param ...Gravatar apell2017-10-18
* Use intermediate compiled resource symbols for linking rather than static res...Gravatar Googler2017-10-02
* 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
* android_library can be used in the resources attributeGravatar Googler2017-08-16
* Add @CompileTimeConstant annotations to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Automated rollback of commit f7f1a8f756f33f86b1bdc5023d5052117b62523e.Gravatar laszlocsomor2017-08-09
* 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
* Add the android.jar to the validate and link step for aapt2.Gravatar corysmith2017-07-26
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Enable aapt2 support in binary actions.Gravatar corysmith2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Enable aapt2 support in library actions.Gravatar corysmith2017-06-29
* 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
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* Hook up split-up resource processing tools for android_libraryGravatar Googler2016-08-30
* Add a resource validator action for android_libraryGravatar Googler2016-08-30