aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Fix ClasspathConfiguredFragment bootclasspath collectionGravatar Liam Miller-Cushon2016-03-14
* Allow android_library with android resource attributes to have deps without s...Gravatar Googler2016-03-11
* Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...Gravatar Andrew Pellegrini2016-03-08
* Support android_resources in Android Studio.Gravatar Googler2016-03-08
* Copy the android_crosstool_top into the host configuration.Gravatar Ulf Adams2016-03-01
* Adds a manifest for detailing the inputs to an android apk.Gravatar Alex Humesky2016-03-01
* Stop using preprocessed .aidl files for types in the same android_library.Gravatar Michael Staib2016-02-28
* Simplifies AbstractWriteFileAction to pass the ActionExecutionContext directl...Gravatar Alex Humesky2016-02-26
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Expose Android resources in Skylark API.Gravatar Dmitry Lomov2016-02-25
* Expose to Skylark information about whether a target defines any Android reso...Gravatar Dmitry Lomov2016-02-24
* Expose IDL information about Android targets to Skylark.Gravatar Dmitry Lomov2016-02-24
* Refactor JavaCommon: only one of initializeJavacOpts or initCommon is legal.Gravatar Ulf Adams2016-02-24
* Add initial Skylark API for Android rules.Gravatar Dmitry Lomov2016-02-23
* Remove last non-static call to JavaCommon.getRunfiles and the method itself.Gravatar Ulf Adams2016-02-23
* Make another JavaCommon method static to reduce reliance on mutability.Gravatar Ulf Adams2016-02-23
* Clean up unnecessary parameter.Gravatar Alex Humesky2016-02-22
* Build flag for srcs-less android_library with depsGravatar Googler2016-02-17
* Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't includ...Gravatar Googler2016-02-16
* Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.Gravatar Damien Martin-Guillerez2016-02-15
* Don't include absolute paths in blaze IDE artifactsGravatar Googler2016-02-15
* Windows: execute build-runfiles through shell.Gravatar Dmitry Lomov2016-02-12
* Implement TODO from: https://github.com/bazelbuild/bazel/blo[]fbbd6a32b95ba74...Gravatar Greg Estren2016-02-11
* Add JavaSkylarkApiProvider to all Java rules.Gravatar Dmitry Lomov2016-02-10
* Adds a build_tools_version attribute to the android_sdk rule so that the androidGravatar Alex Humesky2016-02-10
* Remove unused class SingleJarBuilder.Gravatar Philipp Wollermann2016-02-10
* 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