aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
...
* 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
* Make Bazel use tools that are embedded in its binary.Gravatar Lukacs Berki2015-10-12
* Add isSource to Android aspect ArtifactLocation.Gravatar Googler2015-10-12
* Add a custom converter to --crosstool_top so that select() works.Gravatar Lukacs Berki2015-10-08
* Implement the prefix stripping for Java resources.Gravatar Lukacs Berki2015-10-06
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* Remove --treat_srcjars_as_srcs_for_strict_depsGravatar Liam Miller-Cushon2015-10-06
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Filter idl sources from AndroidStudioInfoAspect.Gravatar Googler2015-09-30
* Add Android aspect ijar support.Gravatar Googler2015-09-30
* Replace 'Google Inc' by the 'Bazel Authors'Gravatar Damien Martin-Guillerez2015-09-30
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Tweak the installation order of split APKs so that there is less logcat spam ...Gravatar Lukacs Berki2015-09-25
* Rollback of commit 402d112bc25449f1e690bbbace600bbcda834d24.Gravatar Googler2015-09-24
* Add a main_dex_proguard_specs attribute to android_binary that lets users spe...Gravatar Lukacs Berki2015-09-24
* Rollback of commit 53330510c6ea5cd6257b9981b44e52d15a9e01aa.Gravatar Googler2015-09-24
* Remove gen jar implicit output.Gravatar Googler2015-09-24
* Remove gen jar info from JavaRuleOutputJarsProvider.Gravatar Googler2015-09-24
* Disable --treat_srcjars_as_srcs_for_strict_deps flagGravatar Liam Miller-Cushon2015-09-24
* Fix ApplicationManifest#generatedManifest bug that would set the package as '...Gravatar Andrew Pellegrini2015-09-24
* Make gen jars output group transitive.Gravatar Googler2015-09-24
* Stop AndroidResourceProcessingAction from creating a "_resources" folder in t...Gravatar Andrew Pellegrini2015-09-22
* Implement support for android_library and android_binary in AndroidStudioInfo...Gravatar Dmitry Lomov2015-09-22
* Unify AndroidLibrary code paths.Gravatar Googler2015-09-21