aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java
Commit message (Expand)AuthorAge
* Final asset/resource decoupling cleanupGravatar asteinb2018-08-09
* Remove ApplicationManifestGravatar asteinb2018-08-08
* Remove decoupling flag from BazelGravatar asteinb2018-08-07
* Add configuration for android data binding v2.Gravatar corysmith2018-08-06
* Default to doing decoupled data processing in Android configurationGravatar asteinb2018-07-17
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Create a whitelist for android_library rules with deps but not srcsGravatar cushon2018-07-03
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Remove the $(ANDROID_CPU) Make variable.Gravatar lberki2018-06-04
* Automated rollback of commit a8a8e7a0e979a8e4cf14c32471ad349a1b7d47cc.Gravatar eaftan2018-06-04
* Migrate remaining Android Skylark API to skylarkbuildapiGravatar asteinb2018-05-31
* Remove support for --experimental_one_version_enforcement_use_transitive_jars...Gravatar cushon2018-05-30
* Pass through AndroidDataContext in more placesGravatar asteinb2018-05-22
* Replace --experimental_android_enforce_strict_deps_for_binaries_under_test wi...Gravatar cushon2018-05-15
* Add a flag to disable the $(ANDROID_CPU) Make variable.Gravatar lberki2018-05-14
* Get resource processing settings from method params instead of rule attrsGravatar asteinb2018-05-09
* Automated rollback of commit f384ab5855ba230e7767b7b5350bd72ef01b9a1b.Gravatar asteinb2018-05-07
* Some fixup for R.class filesGravatar asteinb2018-05-04
* PiperOrigin-RevId: 195286334Gravatar eaftan2018-05-03
* Simplify config fragment creation.Gravatar gregce2018-05-02
* Adding a check to verify the usage of the migration tag for the SkylarkGravatar Googler2018-04-27
* Add a flag to enable strict deps for android_binary.binary_under_testGravatar cushon2018-04-18
* Wire up decoupled data pipeline in android_libraryGravatar asteinb2018-04-18
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Remove support for dynamically configured resource filteringGravatar asteinb2018-03-21
* RELNOTES[INC]: Remove //tools/defaults:android_jar. Use @bazel_tools//tools/a...Gravatar ajmichael2018-03-19
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Add warning that android_robolectric_test is deprecated in favor of android_l...Gravatar dannark2018-02-22
* add flag to use incremental dexing by default for proguarded android binariesGravatar kmb2018-02-16
* Make default for android_cpu armeabi-v7aGravatar Googler2018-02-16
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* RELNOTES: stop using --no-locals in android coverage buildsGravatar kmb2018-02-02
* Allows @AutoCodec to use factory methods.Gravatar shahan2018-01-29
* Default to filtering resources in analysisGravatar Googler2018-01-16
* Enable incremental dexing of proguarded Android binaries in Bazel (one dexbui...Gravatar kmb2018-01-16
* Final cleanup of android_resourcesGravatar Googler2018-01-11
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2018-01-10
* Codecs for all non-test Fragment subclasses (except CppConfiguration, handled...Gravatar shahan2018-01-05
* 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
* ObjectCodecs for all non-test FragmentOption subclasses.Gravatar Googler2017-12-27
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2017-12-21
* Default to not allowing the Android 'resources' attributeGravatar Googler2017-12-20
* Expose --android_sdk to skylark as a configuration field.Gravatar ajmichael2017-12-19
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Remove no-longer-needed experimental_android_inherit_resources_in_tests flagGravatar Googler2017-11-30
* invoke a separate splitter action in multidex builds (behind flag)Gravatar kmb2017-11-29
* Document Android options.Gravatar ajmichael2017-11-28
* Delete --experimental_use_manifest_from_resource_apk again.Gravatar ajmichael2017-11-27