aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/DexArchiveAspect.java
Commit message (Expand)AuthorAge
* 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