aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibraryBaseRule.java
Commit message (Expand)AuthorAge
* Allow android_library rule to also accept rules that provide the JavaInfoGravatar Googler2018-03-20
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Refactor Android rule classes to minimize bazel specific stuff.Gravatar ajmichael2017-11-30
* Clarify `srcs` description to make it obvious what file types are accepted.Gravatar spomorski2017-11-22
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Fold AndroidAaptBaseRule into AndroidBaseRule.Gravatar ajmichael2017-07-21
* Add idl_preprocessed field to android_library.Gravatar Googler2017-06-27
* Make default value of exports_manifest depend on a flag.Gravatar ajmichael2017-05-08
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Add support for exported_plugins to android_libraryGravatar Googler2016-10-24
* Moves exports_manifest attribute to AndroidLibraryBaseRule instead ofGravatar Googler2016-07-27
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Improve 'exports' explanation in android_library docGravatar Googler2016-03-31
* Stop using preprocessed .aidl files for types in the same android_library.Gravatar Michael Staib2016-02-28
* 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