aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidLibrary.java
Commit message (Expand)AuthorAge
* Filter android_binary resources during analysisGravatar Googler2017-02-24
* Deletes dead code. AndroidNativeLibraryProvider is collected and propagated,Gravatar Alex Humesky2017-01-26
* Rename symbolsTxt to symbols reflecting it's actual usage.Gravatar Googler2017-01-18
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* RELNOTES[NEW]: Add transitive proguard_specs when android_sdk.aidl_lib is spe...Gravatar Googler2016-12-22
* Adds internal data binding support to Bazel, although thisGravatar Greg Estren2016-11-21
* Adds support to aar_import for native libs in /jni.Gravatar Adam Michael2016-10-25
* Blaze support for ExtensionRegistryGenerator.Gravatar Googler2016-09-13
* Expose aar to Skylark.Gravatar Googler2016-09-09
* Spam lib/rules/android with @AutoValue. Mostly created byGravatar Googler2016-09-01
* Hook up split-up resource processing tools for android_libraryGravatar Googler2016-08-30
* Exclude resources jars from android_library rules from the apk_manifestGravatar Alex Humesky2016-08-27
* Don't provide AARs for deps that are neverlink or that of their transitiveGravatar Googler2016-08-27
* Use fast-path compiler for android_binary R.classesGravatar Googler2016-07-11
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* 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
* Fixes .aar being created with manifest placeholders ${applicationId} and ${pa...Gravatar Andrew Pellegrini2016-05-09
* [Android] Support aapt-generated main dex specs.Gravatar Googler2016-05-05
* Add JavaSemantics.checkRule to Android rules.Gravatar Greg Estren2016-04-22
* Add a crunch_png attribute to android_binaryGravatar Googler2016-04-18
* 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
* Make another JavaCommon method static to reduce reliance on mutability.Gravatar Ulf Adams2016-02-23
* Add JavaSkylarkApiProvider to all Java rules.Gravatar Dmitry Lomov2016-02-10
* Export the AndroidManifest.xml from the resource processing. This is an initi...Gravatar Googler2016-01-25
* Fix transitive native library collection in android_libraryGravatar Liam Miller-Cushon2015-12-16
* Remove the unchecked exceptions RuleConfigurationException, InvalidAssetPath ...Gravatar Lukacs Berki2015-12-07
* Fix android_library resources handlingGravatar Googler2015-12-07
* Require that the Android manifest be called AndroidManifest.xmlGravatar Lukacs Berki2015-11-24
* Makes resources defined locally on an android_library rule respect the neverl...Gravatar Andrew Pellegrini2015-11-19
* Support exports attribute for android_libraryGravatar Googler2015-11-13
* Clean up JavaCommon constructorsGravatar Googler2015-11-06
* Disallow jars in srcs of java-based rulesGravatar Liam Miller-Cushon2015-11-04
* Trying again with checking for the presence of the "resources" attribute and ...Gravatar Googler2015-10-21
* 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
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Rollback of commit 402d112bc25449f1e690bbbace600bbcda834d24.Gravatar Googler2015-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
* 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