aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidCommon.java
Commit message (Expand)AuthorAge
...
* 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
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Minor cleanup of AndroidConfiguration.Gravatar ajmichael2017-07-12
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Add methods for filtering LocalResourceContainerGravatar Googler2017-07-03
* Fix Android data binding for rules with no direct resources.Gravatar gregce2017-06-21
* Create a general WrappingProvider concept and use for java_proto_library and ...Gravatar Googler2017-06-20
* Expose .ap_ artifact as a skylark providerGravatar Googler2017-06-05
* Remove NestedSets from ApkProvider.Gravatar ajmichael2017-06-01
* Make default value of exports_manifest depend on a flag.Gravatar ajmichael2017-05-08
* Create new android_device_script_fixture rule.Gravatar ajmichael2017-05-05
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Only create the databinding annotation file onceGravatar cushon2017-04-28
* Expose Bazel's Android data binding support to users.Gravatar gregce2017-04-18
* Expose the native libs of the android_binary rule to skylark.Gravatar Googler2017-04-18
* In android_library targets, R.class files should not be runtime dependenciesGravatar Googler2017-04-18
* Make Android data binding rules explicitly depend on the runtime library.Gravatar gregce2017-04-13
* Upgrade Android data binding integration to work with newest libraries.Gravatar gregce2017-04-06
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Consolidate tests for the presence of sources and resourcesGravatar cushon2017-04-04
* Rollback of commit 65a9bc9a79a660291210719862bc194a87311943.Gravatar Googler2017-03-22
* Stop Bazel from crashing on data-bound Android libraries with no resources.Gravatar Greg Estren2017-03-16
* Global cleanup change.Gravatar Googler2017-03-12
* Add a source_jars variable to OutputJar.Gravatar Irina Iancu2017-03-08
* Rollback of commit e450c00bf487c711f9b0615e9eb89980c5732b4a.Gravatar Jon Brandvein2017-03-03
* Inject aidl_lib only to android_library targets that have idl_srcsGravatar Googler2017-03-01
* incrementally dex generated_extension_registry jars generated for top-level a...Gravatar Googler2017-02-23
* Deletes dead code. AndroidNativeLibraryProvider is collected and propagated,Gravatar Alex Humesky2017-01-26
* Add a java_{library,binary}.resource_jars attribute that allows one to specif...Gravatar Lukacs Berki2017-01-12
* Delete some dead android rules and tools code.Gravatar Adam Michael2017-01-09
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* Refactor JavaSkylarkApiProvider to source its info from passed-in providers i...Gravatar Googler2017-01-03