aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidNeverlinkAspect.java
Commit message (Expand)AuthorAge
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Remove JavaRuntimeJarProvider.Gravatar elenairina2018-04-13
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Add Codec for NativeAspectClass. As a result, remove @AutoCodec from concrete...Gravatar janakr2018-02-13
* Tag a few aspect classes with @AutoCodec and make CcProtoAspect abstract, sin...Gravatar janakr2018-02-05
* Change ConfiguredAspectFactory.create signature to take in aGravatar mjhalupka2018-01-31
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Remove the ability for an aspect to propagate a different aspect.Gravatar Dmitry Lomov2017-01-20
* 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
* Add a specialized TransitiveInfoProviderMap to map TransitiveInfoProviders by...Gravatar Googler2016-09-19
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* Adds configuration fragment requirements for AndroidNeverlinkAspect.Gravatar Michael Staib2016-05-16
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* Use an aspect to calculate the Android neverlink libraries.Gravatar Lukacs Berki2015-05-29