aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidRuleClasses.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 64ea3cd90e1ead5ece533ee5a3cb4ee3520527fb.Gravatar Googler2018-07-20
* Automated rollback of commit 4d10250291a813302de64151be3b22d57e94749d.Gravatar Googler2018-07-18
* Expose AndroidSdkProvider to Skylark (as AndroidSdkInfo).Gravatar Googler2018-07-17
* Make java_toolchain attribute Environment aware.Gravatar dbabkin2018-06-18
* Migrate android providers to use BuiltinProvider instead of NativeProviderGravatar cparsons2018-06-11
* Automated rollback of commit 5df8eb24f84a6943e70876c805c77f06e719dcd7.Gravatar Googler2018-06-08
* Automated rollback of commit ccaccb2b277a82f7264567563a02ab133a0f6e6f.Gravatar jmmv2018-06-07
* Let blaze obfuscate manual main_dex_list according to proguard map.Gravatar Googler2018-06-06
* Remove --glibc optionGravatar rosica2018-06-04
* Migrate remaining Android Skylark API to skylarkbuildapiGravatar asteinb2018-05-31
* Allow rules that provide resources and assets as deps of android_* rulesGravatar asteinb2018-05-30
* Use independently passed assets in aapt2 packaging as wellGravatar asteinb2018-05-29
* Simplify split transition semantics: noops now return the input build options.Gravatar gregce2018-05-23
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Independently merge assetsGravatar asteinb2018-04-17
* Independently parse assetsGravatar asteinb2018-04-16
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Remove obsolete comment about Java 6 on android_binary.Gravatar ajmichael2018-04-04
* only declare "$import_deps_checker" implicit dependency on aar_importGravatar kmb2018-04-03
* 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