aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
Commit message (Expand)AuthorAge
* Moves exports_manifest attribute to AndroidLibraryBaseRule instead ofGravatar Googler2016-07-27
* Use fast-path compiler for android_binary R.classesGravatar Googler2016-07-11
* More pieces of RClassGeneratorActionGravatar Googler2016-07-08
* Rollback of commit 588a6a04c748a02f583d552660434d74190bb3ba.Gravatar Florian Weikert2016-07-04
* Add output log for android resource shrinking, following the format produced ...Gravatar Andrew Pellegrini2016-07-04
* Support copy-only native code in modern native support for android_binary.Gravatar Michael Staib2016-06-30
* Collect logic related to extra Proguard outputs in one place.Gravatar Googler2016-06-29
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Always use android_compiler if android_crosstool_top is set.Gravatar Googler2016-06-13
* Adds a step before creating the resource apk (ap_) to swap out the applicationGravatar Alex Humesky2016-06-13
* Fix typos and grammar.Gravatar Julio Merino2016-06-09
* Allow honoring select dexopts in incremental dexingGravatar Googler2016-05-25
* Update Bazel native rule documentation to use new ${link} syntax.Gravatar David Chen2016-05-20
* Rollback of commit 9f046cba37de6088b2f81717bc263889a5146d86.Gravatar Googler2016-05-19
* Rollback of commit e37c55eccbd4516b2db7aaf58ef95209dfad3ed4.Gravatar Ulf Adams2016-05-19
* Rollback of commit b8946eabd60a199a66a1892701d52d9801c7fb1a.Gravatar Ulf Adams2016-05-18
* Add attribute to android binaries to explicitly control incremental dexing.Gravatar Googler2016-05-17
* Honor a whitelist of dx flags in incremental dexingGravatar Googler2016-05-16
* Finally remove the android_jack attribute from android_sdk.Gravatar Michael Staib2016-05-13
* Avoid generating an ap_ file for android_libraryGravatar Googler2016-05-10
* Persist manifest changes made in AndroidResourceProcessingAction back to andr...Gravatar Andrew Pellegrini2016-05-10
* Rollback of commit 140634eccee693b567ba7591df550f7b72db1612.Gravatar Lukacs Berki2016-05-03
* Collect logic related to extra Proguard outputs in one place.Gravatar Googler2016-04-27
* Delete the interface NativeAspectFactory and make native aspects extend from ...Gravatar Luis Fernando Pino Duque2016-04-27
* Set --android_sdk=@bazel_tools//tools/android:sdk by default and delete Const...Gravatar Luis Fernando Pino Duque2016-04-27
* Add android deploy info.Gravatar Googler2016-04-22
* Add JavaSemantics.checkRule to Android rules.Gravatar Greg Estren2016-04-22
* Rename LateBoundLabel#getDefault(Rule, AttributeMap, T) to #resolve().Gravatar Lukacs Berki2016-04-19
* Deprecate top-level Java toolchain flags in favour of java_toolchainGravatar Liam Miller-Cushon2016-04-19
* Adds the output of -printconfiguration from proguard to the implicit outputs ofGravatar Alex Humesky2016-04-05
* Set --fat_apk_cpu=armeabi-v7a by default and remove Constants.ANDROID_DEFAULT...Gravatar Luis Fernando Pino Duque2016-03-31
* Compile base classpaths for Bazel Jack support in android_sdk.Gravatar Michael Staib2016-03-17
* Incremental dexing for sharded android_binary targetsGravatar Googler2016-03-15
* Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...Gravatar Andrew Pellegrini2016-03-08
* Adds a manifest for detailing the inputs to an android apk.Gravatar Alex Humesky2016-03-01
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Adds a build_tools_version attribute to the android_sdk rule so that the androidGravatar Alex Humesky2016-02-10
* 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
* 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
* Fixing broken named anchors for common-attributes*.Gravatar Googler2016-01-13
* Description redacted.Gravatar Googler2016-01-07
* Remove obsolete documentation for jars in srcsGravatar Liam Miller-Cushon2015-12-21
* Refactor android_tools_defaults_jarGravatar Liam Miller-Cushon2015-12-07
* add option to provide proguard specs on blaze command lineGravatar Googler2015-11-25
* Changes R.java to be a compile time dependency in android compilation. This r...Gravatar Andrew Pellegrini2015-11-13