aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/DexArchiveAspect.java
Commit message (Expand)AuthorAge
* 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
* Desugar Java 8 for Android builds without incremental dexing.Gravatar Googler2016-10-14
* Java 8 support for Android builds, initially with incremental dexing only.Gravatar Googler2016-09-19
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Fix existing usages of persistent workers to include the new "supports-worker...Gravatar Philipp Wollermann2016-06-30
* Allow honoring select dexopts in incremental dexingGravatar Googler2016-05-25
* Rollback of commit 9f046cba37de6088b2f81717bc263889a5146d86.Gravatar Googler2016-05-19
* Rollback of commit e37c55eccbd4516b2db7aaf58ef95209dfad3ed4.Gravatar Ulf Adams2016-05-19
* Rollback of commit b8946eabd60a199a66a1892701d52d9801c7fb1a.Gravatar Ulf Adams2016-05-18
* Add attribute to android binaries to explicitly control incremental dexing.Gravatar Googler2016-05-17
* Honor a whitelist of dx flags in incremental dexingGravatar Googler2016-05-16
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Use DexBuilder tool such that it can be a persistent workerGravatar Googler2016-04-18
* Fix incremental dexing with bazel testGravatar Googler2016-04-07
* transition to two blaze flags for incremental dexingGravatar Googler2016-04-05
* Incremental dexing for sharded android_binary targetsGravatar Googler2016-03-15