aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidCommon.java
Commit message (Expand)AuthorAge
* Remove top level resources and assets from android_local_test.Gravatar dannark2018-02-22
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* Expose aar native libs to skylark.Gravatar Googler2018-02-15
* Make blaze stop passing --rule_kind to java tools.Gravatar tomlu2018-02-09
* Automated rollback of commit e01d0c8f9019b7e0beb406ea3932e7dc84b6f333.Gravatar Googler2018-02-07
* Don't generate the blaze generated extension registry for Android tests that ...Gravatar Googler2018-02-06
* Return JavaPluginInfoProvider via JavaInfo in android_library.Gravatar elenairina2018-02-06
* PiperOrigin-RevId: 184203570Gravatar Googler2018-02-01
* Expose ApkInfo and AndroidInstrumentationInfo to Skylark.Gravatar ajmichael2018-01-29
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Filter out generated proto extension registry loader from instrumentation APK.Gravatar Googler2018-01-16
* Add support for native header outputs to {java,android}_libraryGravatar cushon2018-01-11
* Remove unused code from AndroidIdeInfoProvider.Gravatar tomlu2018-01-11
* Remove more dead codeGravatar Googler2017-12-22
* Remove dead android_resources codeGravatar Googler2017-12-22
* Remove android_resources and "resources" attributeGravatar Googler2017-12-21
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Remove JavaNeverlinkInfoProvider.Gravatar elenairina2017-12-18
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Filter out generated databinding files from instrumentation APK.Gravatar ajmichael2017-12-15
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Perform ZipFilterAction on the instrumentation JAR using the target JAR as fi...Gravatar jingwen2017-12-13
* Expose two methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-07
* Use static final variables for spawn action resource sets.Gravatar tomlu2017-12-06
* Expose getGenJarsProvider methods from JavaSkylarkApiProvider in JavaInfoGravatar dbabkin2017-12-05
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix changes that broke resource filtering, and document related confusionGravatar Googler2017-10-23
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* Remove dead code.Gravatar ajmichael2017-10-06
* Automated rollback of commit 411039319c1c67f2b9c8a7ada9e0a11d9bd4023f.Gravatar elenairina2017-09-28
* Rollforward change of Java coverage logic.Gravatar elenairina2017-09-26
* Include library R classes in runtime classpath for library but not binaryGravatar Googler2017-09-20
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Cleanup some databinding code that was messed up by https://github.com/bazelb...Gravatar ajmichael2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Add whitelists for android_resources removalGravatar Googler2017-09-15
* Remove concept of "processorFlags" from Bazel.Gravatar ajmichael2017-09-14
* Automated rollback of commit 8d6fc64b18c7e35b93f5c43dae1dbd2f8cae2147.Gravatar plf2017-09-04
* Android,Windows: use default shell env in actionsGravatar Laszlo Csomor2017-09-01
* Rolling forward Java coverage.Gravatar elenairina2017-09-01
* 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 core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Automated rollback of commit 8adcf839c5c42defaa2fabedfb0208e4ce97ac95.Gravatar ajmichael2017-08-10
* Change logic of Blaze Java coverage.Gravatar elenairina2017-08-08
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01