aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AarImport.java
Commit message (Expand)AuthorAge
* Refactor AarImport by extracting javaCompilationArgsProvider. This provider w...Gravatar cnsun2018-02-26
* RELNOTES: aar_import now sets java.transitive_exports.Gravatar ajmichael2018-02-26
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* Expose aar native libs to skylark.Gravatar Googler2018-02-15
* PiperOrigin-RevId: 184203570Gravatar Googler2018-02-01
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Fix aar_import.deps to propagate jars.Gravatar ajmichael2018-01-18
* Add assets support to aar_import.Gravatar ajmichael2018-01-16
* Remove dead android_resources codeGravatar Googler2017-12-22
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Make AndroidSdkProvider.verifyPresence throw.Gravatar ajmichael2017-12-01
* Convert JavaToolchainProvider to a concrete class, and a subclass of Toolchai...Gravatar jcater2017-11-17
* Clean up LocalResourceContainer.BuilderGravatar Googler2017-11-01
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* 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