aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Replace getToolsRepository() with getToolsLabel(String labelValue) which prep...Gravatar Luis Fernando Pino Duque2016-02-09
* Add jdeps support to AndroidStudioInfoAspect.Gravatar Googler2016-02-04
* Replace occurrences of Constants.TOOLS_REPOSITORY in places where it can be r...Gravatar Luis Fernando Pino Duque2016-02-03
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* 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
* Make runfiles tree creation on Windows depend on the artifacts of the actual ...Gravatar Lukacs Berki2016-01-26
* Export the AndroidManifest.xml from the resource processing. This is an initi...Gravatar Googler2016-01-25
* Fix remaining links in inline native rule docs.Gravatar David Chen2016-01-25
* support hidden --java_optimization_mode flag in java_test rule.Gravatar Googler2016-01-18
* Remove support for runtime deps artifactsGravatar Liam Miller-Cushon2016-01-13
* Fixing broken named anchors for common-attributes*.Gravatar Googler2016-01-13
* Simplifies passing the debug key to ApkBuilder.Gravatar Alex Humesky2016-01-12
* Description redacted.Gravatar Googler2016-01-07
* Remove obsolete documentation for jars in srcsGravatar Liam Miller-Cushon2015-12-21
* --Gravatar Googler2015-12-21
* Fix transitive native library collection in android_libraryGravatar Liam Miller-Cushon2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Refactor android_tools_defaults_jarGravatar Liam Miller-Cushon2015-12-07
* Remove the unchecked exceptions RuleConfigurationException, InvalidAssetPath ...Gravatar Lukacs Berki2015-12-07
* Fix android_library resources handlingGravatar Googler2015-12-07
* add option to provide proguard specs on blaze command lineGravatar Googler2015-11-25
* Require that the Android manifest be called AndroidManifest.xmlGravatar Lukacs Berki2015-11-24
* add optimization modes that require implicit proguard specGravatar Googler2015-11-24
* Make Android assets work in external repositories.Gravatar Lukacs Berki2015-11-20
* Makes resources defined locally on an android_library rule respect the neverl...Gravatar Andrew Pellegrini2015-11-19
* Fixes bug with AndroidResourcesProcessorBuilder building densities argument a...Gravatar Andrew Pellegrini2015-11-18
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Add bazel flag to control how proguard runsGravatar Googler2015-11-17
* Changes R.java to be a compile time dependency in android compilation. This r...Gravatar Andrew Pellegrini2015-11-13
* Support exports attribute for android_libraryGravatar Googler2015-11-13
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Clean up JavaCommon constructorsGravatar Googler2015-11-06
* Disallow jars in srcs of java-based rulesGravatar Liam Miller-Cushon2015-11-04
* Add support for proguard's -applymapping option to android_binary.Gravatar Googler2015-11-03
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Implement propagation along dependencies for Skylark aspects.Gravatar Dmitry Lomov2015-11-02
* Moves -printmapping to the end of the Proguard arguments list.Gravatar Michael Staib2015-10-30
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Refactor instrumentation in JavaCommon to remove Android specific content.Gravatar Andrew Pellegrini2015-10-27
* Update android screen densities to include 420 dpi added for the Nexus 5X. Ad...Gravatar Andrew Pellegrini2015-10-27
* Support proto_library in AndroidStudioInfoAspect.Gravatar Googler2015-10-27
* Description redacted.Gravatar Alex Humesky2015-10-22
* Trying again with checking for the presence of the "resources" attribute and ...Gravatar Googler2015-10-21
* Also forward the exported_plugins of the rules in the deps of anGravatar Alex Humesky2015-10-20
* Automated [] rollback of [].Gravatar Eric Fellheimer2015-10-20
* Trying again with checking for the presence of the "resources" attribute.Gravatar Googler2015-10-19
* []Rollback of commit 65425810207c9fd6892abfaa95da65e25db5e515.Gravatar Googler2015-10-16
* Change the resource dependency handling to separate between the transitive an...Gravatar Googler2015-10-16
* Added android_compiler flag.Gravatar Austin Schuh2015-10-12