aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AarImport.java
Commit message (Expand)AuthorAge
* Android,Windows: support long paths in toolingGravatar Laszlo Csomor2017-09-05
* aar_import creates res/values/empty.xml if it contains no resources.Gravatar ajmichael2017-08-29
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Prevent using android libraries as resources if they have non-resource infoGravatar Googler2017-08-21
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Use @CompileTimeConstant on SpawnAction.Builder#setProgressMessage.Gravatar tomlu2017-08-04
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Remove all non-essential call sites of methods on Jvm.Gravatar lberki2017-07-07
* Refactoring the ApplicationManifest for clarity:Gravatar corysmith2017-06-29
* Add JavaSkylarkApiProvider to aar_import rule.Gravatar Googler2017-06-26
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3.Gravatar Tobias Werth2017-03-20
* Move library R generation to a separate action, ensuring the merging happensGravatar Googler2017-03-20
* Add a source_jars variable to OutputJar.Gravatar Irina Iancu2017-03-08
* Make aar_import fail fast if no android_sdk is set up.Gravatar Adam Michael2017-02-10
* Rename symbolsTxt to symbols reflecting it's actual usage.Gravatar Googler2017-01-18
* Rollback of commit 117197000692fd7391962ef968228a31bf97399a.Gravatar Adam Michael2017-01-13
* Rollback of commit 7fc35ae6890f4130b4d99a6c5007dcee91c5a8cc.Gravatar Marcel Hlopko2017-01-12
* aar_import provides JavaCompilationArgsProvider for DexArchiveAspect.Gravatar Adam Michael2017-01-12
* Make aar_import always process the resources.Gravatar Adam Michael2016-12-06
* aar_import takes advantage of Singlejar's dont_change_compression flag.Gravatar Adam Michael2016-11-16
* aar_import provides jars also via JavaRuntimeJarProvider.Gravatar Adam Michael2016-11-16
* aar_import exports AndroidManifest.xml by default.Gravatar Adam Michael2016-11-07
* Merge all jars in AAR in aar_import, not just classes.jarGravatar Adam Michael2016-10-26
* Adds support to aar_import for native libs in /jni.Gravatar Adam Michael2016-10-25
* Refactor AarImportRule into a base rule.Gravatar Adam Michael2016-10-14