aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidBinaryOnlyRule.java
Commit message (Expand)AuthorAge
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04
* Add manifest_merger and manifest_values attributes to android_test to allow m...Gravatar apell2017-05-10
* Un-rollback and fix bugs in resource density filteringGravatar Googler2017-03-27
* Rollback of commit 1e18045ed9d6ab9c945cec69286a7d8bd288a507.Gravatar Tobias Werth2017-03-23
* Filter android_binary resources by screen density in the analysis phaseGravatar Googler2017-03-22
* Filter android_binary resources during analysisGravatar Googler2017-02-24
* Update documentation to note that the shrinker behavior differs from the Grad...Gravatar Andrew Pellegrini2017-02-01
* Move Android resource shrinking from experimental to stable.Gravatar Andrew Pellegrini2017-01-26
* Add a flag to android_binary to allow resource shrinking to be controlled on ...Gravatar Googler2016-10-14
* Moves multidex attribute up the rule inheritance hierarchy.Gravatar Alex Humesky2016-09-22
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Remove application_id, version_code and version_name attributes from android_...Gravatar Andrew Pellegrini2016-06-23
* Updates android_binary.multidex docs.Gravatar Alex Humesky2016-06-16
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Adds manifest_values attribute to android_binary as a preliminary for removin...Gravatar Andrew Pellegrini2016-04-21
* Add a crunch_png attribute to android_binaryGravatar Googler2016-04-18
* 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
* Fix remaining links in inline native rule docs.Gravatar David Chen2016-01-25
* Update android screen densities to include 420 dpi added for the Nexus 5X. Ad...Gravatar Andrew Pellegrini2015-10-27
* 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 the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19