aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java
Commit message (Expand)AuthorAge
* Replace getToolsRepository() with getToolsLabel(String labelValue) which prep...Gravatar Luis Fernando Pino Duque2016-02-09
* Replace occurrences of Constants.TOOLS_REPOSITORY in places where it can be r...Gravatar Luis Fernando Pino Duque2016-02-03
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Readds the JackAspect for Jack support for Java dependencies.Gravatar Michael Staib2016-01-27
* Fix remaining links in inline native rule docs.Gravatar David Chen2016-01-25
* Remove obsolete documentation for jars in srcsGravatar Liam Miller-Cushon2015-12-21
* Support exports attribute for android_libraryGravatar Googler2015-11-13
* Disallow jars in srcs of java-based rulesGravatar Liam Miller-Cushon2015-11-04
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Remove references to the legacy android_resources rule from the Bazel BUILD e...Gravatar Lukacs Berki2015-09-08
* Move Jack's tools into AndroidSdkProvider.Gravatar Michael Staib2015-07-16
* Description redacted.Gravatar John Field2015-06-19
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Adds the JackAspect for Jack support for Java dependencies.Gravatar Michael Staib2015-06-15
* Enable AndroidBinary to dex with Jack.Gravatar Michael Staib2015-06-10
* Use an aspect to calculate the Android neverlink libraries.Gravatar Lukacs Berki2015-05-29
* Adds tools for building Android apps.Gravatar Alex Humesky2015-05-27
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19