aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Remove package restriction on android_tools_defaults_jar rule.Gravatar ajmichael2018-01-25
* Step 1 of removing android_sdk.annotations_jar.Gravatar ajmichael2018-01-25
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Set $DISPLAY=:0 by default for android_instrumentation_test for Android emula...Gravatar jingwen2018-01-24
* Remove android_instrumentation_test.test_args and pass android_instrumentatio...Gravatar jingwen2018-01-24
* Remove unnecessary arg when building runfiles support.Gravatar ajmichael2018-01-23
* Pass the correct path of aapt_binary and merge its data runfiles into android...Gravatar jingwen2018-01-23
* Move all code to lookup JavaRuntimeInfo to static methods onGravatar John Cater2018-01-23
* Make createMainDexProguardSpec public.Gravatar ahumesky2018-01-19
* Removed extra .useDefaultShellEnvironment()Gravatar jingwen2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Fix aar_import.deps to propagate jars.Gravatar ajmichael2018-01-18
* Filter out generated proto extension registry loader from instrumentation APK.Gravatar Googler2018-01-16
* Add assets support to aar_import.Gravatar ajmichael2018-01-16
* Default to filtering resources in analysisGravatar Googler2018-01-16
* Enable incremental dexing of proguarded Android binaries in Bazel (one dexbui...Gravatar kmb2018-01-16
* Add support for native header outputs to {java,android}_libraryGravatar cushon2018-01-11
* Remove unused code from AndroidIdeInfoProvider.Gravatar tomlu2018-01-11
* Final cleanup of android_resourcesGravatar Googler2018-01-11
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Produce data binding file from compile action when "enable_data_binding" attr...Gravatar Googler2018-01-10
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2018-01-10
* use built-in params file support in DexArchiveAspectGravatar kmb2018-01-09
* Fix android_binary.aapt_version docs referencing the wrong flagGravatar Googler2018-01-08
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* PiperOrigin-RevId: 180959513Gravatar Googler2018-01-05
* Merge the runfiles of @androidsdk//:aapt_binary into android_instrumentation_...Gravatar jingwen2018-01-04
* Move PatchTransition and kin to analysis.config.transitions.Gravatar gregce2018-01-04
* Remove defunct Android incremental dexing flagsGravatar kmb2018-01-04
* Automated rollback of commit 46356dfa59428b665aa280ba4cbca6e449f73c5b.Gravatar laszlocsomor2018-01-02
* Add android_local_test rule to Bazel.Gravatar dannark2017-12-31
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Replace Attribute.SplitTransition with config.transitions.SplitTransition.Gravatar gregce2017-12-22
* Remove some dead code from AndroidIdeInfoProvider.Gravatar ajmichael2017-12-22
* Replace Attribute.Transition with config.transitions.Transition.Gravatar gregce2017-12-22
* Remove more dead codeGravatar Googler2017-12-22
* Remove dead android_resources codeGravatar Googler2017-12-22
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2017-12-21
* Remove android_resources and "resources" attributeGravatar Googler2017-12-21
* Remove package name from license.Gravatar dannark2017-12-21
* Change cfg(HOST) to cfg(HostTransition.INSTANCE).Gravatar gregce2017-12-21
* Remove legacy_native_support attribute.Gravatar ajmichael2017-12-20
* Default to not allowing the Android 'resources' attributeGravatar Googler2017-12-20
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Expose --android_sdk to skylark as a configuration field.Gravatar ajmichael2017-12-19
* 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
* 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