aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Resource processing pipeline uses interface instead of ResourceContainerGravatar asteinb2018-04-16
* Properly expose resource artifacts in MergableAndroidData interfaceGravatar asteinb2018-04-16
* Remove vestiges of support for 'reduced runtime classpaths'Gravatar cushon2018-04-14
* Filter ValidatedAndroidResourcesGravatar asteinb2018-04-13
* Allow validation action to run just against resourcesGravatar asteinb2018-04-13
* Remove value equality check for proguardingGravatar asteinb2018-04-13
* Resource-only merge actionGravatar asteinb2018-04-13
* Automated rollback of commit 7edc5d49c8e764ab2bdf19e3a9fb58ea30fa708f.Gravatar dbabkin2018-04-13
* Remove JavaRuntimeJarProvider.Gravatar elenairina2018-04-13
* Make resource merging action builder able to take just resourcesGravatar asteinb2018-04-12
* Add skipped manifest processing methodsGravatar asteinb2018-04-11
* Remove the Blaze strict java deps exemption for Android databinding. Use the ...Gravatar Googler2018-04-09
* Remove overly optimistic decoupled manifest processingGravatar asteinb2018-04-09
* Fix issue with filtered resourcesGravatar asteinb2018-04-09
* Cleanup Artifact.getPath() usage in AndroidDevice.Gravatar shahan2018-04-06
* Cleanup use of Artifact.getPath() in AndroidResources.Gravatar shahan2018-04-06
* Cleanup Artifact.getPath() usage from ResourceFilterFactoryGravatar shahan2018-04-06
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Cleanup unneeded Artifact.getPath() call in ResourceFilterFactoryGravatar shahan2018-04-05
* Remove obsolete comment about Java 6 on android_binary.Gravatar ajmichael2018-04-04
* Fix crash from mobile-install with --device but no --adb_args.Gravatar ajmichael2018-04-04
* only declare "$import_deps_checker" implicit dependency on aar_importGravatar kmb2018-04-03
* Add methods to parse resources without assetsGravatar asteinb2018-04-03
* Remove Android jar from android_local_test bootclasspathGravatar ajmichael2018-04-02
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Rollback "Allow Merge action to take an interface as primary, not just Resour...Gravatar cparsons2018-04-02
* Create proguard.txt in android_library AAR output.Gravatar ajmichael2018-04-02
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Allow Merge action to take an interface as primary, not just ResourceContainerGravatar asteinb2018-03-29
* Pass resources and assets seperately into parse and compile actionsGravatar asteinb2018-03-29
* Rename LocalResourceContainer to AndroidResources and remove asset code from itGravatar asteinb2018-03-29
* Split AndroidAssets class out of LocalResourceContainerGravatar asteinb2018-03-29
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Enable params files for DexMapper.Gravatar ahumesky2018-03-26
* Expose mergeManifests method in SkylarkGravatar asteinb2018-03-23
* Add AndroidManifest and related classes for new manifest merging implementationGravatar asteinb2018-03-22
* Create AndroidManifestInfo providerGravatar asteinb2018-03-22
* Remove ResourceFilterFactory#getOutputDirectorySuffix().Gravatar lberki2018-03-22
* Remove obsolete phrase about SDKs and aaptGravatar Googler2018-03-21
* Remove support for dynamically configured resource filteringGravatar asteinb2018-03-21
* Allow android_library rule to also accept rules that provide the JavaInfoGravatar Googler2018-03-20
* Have the Android R class generators add the target label to the class jar.Gravatar tomlu2018-03-20
* RELNOTES[INC]: Remove //tools/defaults:android_jar. Use @bazel_tools//tools/a...Gravatar ajmichael2018-03-19
* Delete some unused code.Gravatar ajmichael2018-03-13
* Integrate import_deps_checker into aar_import.Gravatar cnsun2018-03-13
* Remove documentation regarding keystore name and password.Gravatar ajmichael2018-03-13
* Make RuleContext#getSplitPrerequisiteConfiguredTargetAndTargets public and us...Gravatar janakr2018-03-10
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* @AutoCodec for ConfigurationTransition subclasses.Gravatar shahan2018-03-02