aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
Commit message (Expand)AuthorAge
* Rename LocalResourceContainer to AndroidResources and remove asset code from itGravatar asteinb2018-03-29
* 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
* 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
* Add @AutoCodec to AndroidSplitTransition.Gravatar mjhalupka2018-02-27
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* Rule documentation for android_instrumentation_testGravatar jingwen2018-02-16
* Expose aar native libs to skylark.Gravatar Googler2018-02-15
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* PiperOrigin-RevId: 184564534Gravatar Googler2018-02-05
* Fix manifest_merger documentation link.Gravatar ajmichael2018-02-05
* Stop allowing generic LateBoundDefault value types. Such types are always eit...Gravatar janakr2018-02-02
* Rename Transition to ConfigurationTransition.Gravatar gregce2018-01-30
* Expose ApkInfo and AndroidInstrumentationInfo to Skylark.Gravatar ajmichael2018-01-29
* Step 1 of removing android_sdk.annotations_jar.Gravatar ajmichael2018-01-25
* Fix android_binary.aapt_version docs referencing the wrong flagGravatar Googler2018-01-08
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove more dead codeGravatar Googler2017-12-22
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove legacy_native_support attribute.Gravatar ajmichael2017-12-20
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* Remove support for --android_sdk=<filegroup>.Gravatar ajmichael2017-12-18
* Reflect progress on incremental dexing in android_binary's incremental_dexing...Gravatar kmb2017-12-05
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Add rexopts attribute to android_binary.Gravatar dannark2017-11-30
* Refactor Android rule classes to minimize bazel specific stuff.Gravatar ajmichael2017-11-30
* Enable aapt2 for robolectric when available.Gravatar corysmith2017-11-22
* Support incremental dexing tools in proguarded Android buildsGravatar kmb2017-11-17
* Deletes unused apk manifest.Gravatar ahumesky2017-11-16
* Build databinding annotation processor in host configuration.Gravatar ajmichael2017-11-16
* RELNOTES: NoneGravatar dannark2017-11-13
* Open source ZipFilterBuilder for android_instrumentation_testGravatar jingwen2017-11-13
* Rename ResourceFilter to ResourceFilterFactoryGravatar Googler2017-11-01
* Make AndroidRuleClasses#hasProguardSpecs less fragile.Gravatar ajmichael2017-10-31
* Implement android_binary.instruments attribute.Gravatar jingwen2017-10-27
* Add unused, optional source_properties attribute to android_sdk.Gravatar ajmichael2017-10-25
* Make it an error to attempt to expand an attribute that does not existGravatar ulfjack2017-10-11
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Add debug_key attribute to android_binary.Gravatar ajmichael2017-10-06
* Create AndroidManifest.xml symlink if user provides a manifest not namedGravatar jingwen2017-09-25
* Only load the whitelist for Android targets if they use feature flags.Gravatar mstaib2017-09-21
* LateBoundDefault: enforce access to a single fragment (or none).Gravatar mstaib2017-09-19
* Remove outdated defaultsToSelf.Gravatar gregce2017-09-12
* Rename bazel-user-manual.html into user-manual.htmlGravatar dmarting2017-09-04