aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/DexArchiveAspect.java
Commit message (Expand)AuthorAge
* Remove JavaRuntimeJarProvider.Gravatar elenairina2018-04-13
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Move common proto aspect logic to a new class.Gravatar elenairina2018-02-12
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* RELNOTES: stop using --no-locals in android coverage buildsGravatar kmb2018-02-02
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* use built-in params file support in DexArchiveAspectGravatar kmb2018-01-09
* Remove defunct Android incremental dexing flagsGravatar kmb2018-01-04
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Support incremental dexing tools in proguarded Android buildsGravatar kmb2017-11-17
* Remove --incremental_dexing_binary_types.Gravatar ajmichael2017-10-31
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Add flag to Blaze to double-check correct desugaring in Android deploy.jarsGravatar kmb2017-09-29
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* 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
* make local worker mode configurable for dexbuilderGravatar kmb2017-09-06
* Android,Windows: use default shell env in actionsGravatar Laszlo Csomor2017-09-01
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Move WrappingProviderHelper into static class in WrappingProvider.Gravatar Googler2017-06-20
* Create a general WrappingProvider concept and use for java_proto_library and ...Gravatar Googler2017-06-20
* Don't create the same String/ImmutableMap over and over again.Gravatar twerth2017-06-09
* Introduce hidden configuration flag to list dexopts used by DexFileMerger too...Gravatar kmb2017-04-12
* Do not execute aspect implementation if target advertizes but fails to provid...Gravatar Dmitry Lomov2017-03-01
* Incrementally dex any Android IDL runtime libraryGravatar Googler2017-02-23
* Avoid crashing on proto_libraries when not incrementally dexing lite protos.Gravatar Googler2017-02-20
* Guard incremental dexing of lite protos in android builds with flagGravatar Googler2017-02-17
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Rollback of commit 03d1255df1805ed1e5f7512bf0336f71c595791b.Gravatar Googler2017-02-15
* Rollback of commit 51d245879ed2729f15c6c6a35b319a4277e7cd64.Gravatar Carmi Grushko2017-02-14
* Use AliasProvider for DexArchiveAspect to "see through" alias targets until [...Gravatar Googler2017-02-10
* Incremental dexing for java_lite_proto_librariesGravatar Googler2017-01-27
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* Fix bug with java_import desugaring and incremental dexing for Android whenGravatar Googler2016-12-05
* Allow aspects to specify multiple sets of required providers to match against...Gravatar Rumou Duan2016-12-01
* Provide AspectDescriptor to ConfiguredAspect.Gravatar Dmitry Lomov2016-11-29
* try using default bootclasspath for android desugaring if JavaCompilationInfo...Gravatar Googler2016-11-22